leSetFormSnapMode
leSetFormSnapMode(t_SnapMode) =>t_SnapMode
Description
Sets the cursor snap mode in a valid active window.
Arguments
|
Specifies the cursor snap mode. |
Value Returned
Example
Sets the cursor snap mode and returns the snap mode set "diagonal".
leSetFormSnapMode("diagonal")
Return to top