Click or drag to resize

CommandEventArgsCommandIsHiddenFromUser Property

Returns true if the command that raised this event is hidden from the user; that is it doesn't autocomplete on the command line.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool CommandIsHiddenFromUser { get; }

Property Value

Type: Boolean
See Also