Click or drag to resize

CommandGetCommandStyle Method

Returns a command's style flags.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Style GetCommandStyle(
	Guid commandId
)

Parameters

commandId
Type: SystemGuid
A command ID.

Return Value

Type: Style
The command's style flags, or None if the command is not found.
See Also