CommandStyleAttribute Constructor |
Initializes a new command style attribute class.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public CommandStyleAttribute(
Style styles
)
Public Sub New (
styles As Style
)
Parameters
- styles
- Type: Rhino.CommandsStyle
Set of values combined using a bitwise OR operation to get the desired combination
of command styles.
See Also