GetPointPermitTabMode Method |
Permits the use of the tab key to define a line constraint.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void PermitTabMode(
bool permit
)
Public Sub PermitTabMode (
permit As Boolean
)
Parameters
- permit
- Type: SystemBoolean
If true, then the built-in tab key mode is available.
Remarks By default, use of the tab key is supported.
See Also