CommandStyleAttribute Class

CommandStyleAttribute Class

Decorates commands to provide styles.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Rhino.CommandsCommandStyleAttribute

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class CommandStyleAttribute : Attribute
Public NotInheritable Class CommandStyleAttribute
	Inherits Attribute

The CommandStyleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCommandStyleAttribute
Initializes a new command style attribute class.
Top
Properties
  NameDescription
Public propertyStyles
Gets the associated style.
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also