CommandGetCommandStyle Method |
Returns a command's style flags.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static Style GetCommandStyle(
Guid commandId
)
Public Shared Function GetCommandStyle (
commandId As Guid
) As Style
Parameters
- commandId
- Type: SystemGuid
A command ID.
Return Value
Type:
StyleThe command's style flags, or
None if the command is not found.
See Also