Click or drag to resize

CommandSpacerAttribute Class

Marks the command to be separated by the spacer (separator) in the menu and the toolbar
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.AddIn.AttributesCommandSpacerAttribute

Namespace:  CodeStack.SwEx.AddIn.Attributes
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public class CommandSpacerAttribute : Attribute

The CommandSpacerAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCommandSpacerAttribute
Initializes a new instance of the CommandSpacerAttribute class
Top
Remarks
Spacer is added before the command marked with this attribute
See Also