schSetCmdOption
schSetCmdOption(
g_form
s_field
l_fieldValues
x_key
t_mousePrompt
)
=> t / nil
Description
Customizes which form fields are modified by calls to schCmdOption, middle mouse button, and schShiftCmdOption, Shift-middle mouse button, when the command is active.
Arguments
Value Returned
|
Customized which form fields are modified by calls to |
|
Examples
Sets the direction field to toggle between input and output when the createPin command is active and you click the right mouse button.
schSetCmdOption( schCreatePinForm 'direction list( "input" "output" ) 1 "toggle Direction" )
Return to top