| CommandGroupInfoAttribute Constructor (Type) |
Constructor for specifying the additional information for group
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 CommandGroupInfoAttribute(
Type parentGroupType
)
Public Sub New (
parentGroupType As Type
)
public:
CommandGroupInfoAttribute(
Type^ parentGroupType
)
Parameters
- parentGroupType
- Type: SystemType
Type of the parent group enumeration
Remarks This group will be displayed as sub group in the menu and separated in the command tab box
See Also