Click or drag to resize

CommandItemInfoAttribute Class

Provides additional information about the item command
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.AddIn.AttributesCommandItemInfoAttribute

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 CommandItemInfoAttribute : Attribute
Constructors
  NameDescription
Public methodCommandItemInfoAttribute(swWorkspaceTypes_e)
Constructor for specifying additional information about command item
Public methodCommandItemInfoAttribute(Boolean, Boolean, swWorkspaceTypes_e)
Constructor for specifying additional information about command item
Public methodCommandItemInfoAttribute(Boolean, Boolean, swWorkspaceTypes_e, Boolean, swCommandTabButtonTextDisplay_e)
Constructor for specifying additional information about command item
Top
See Also