| CommandGroupInfoAttribute Constructor (Int32, 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(
int userId,
Type parentGroupType
)
Public Sub New (
userId As Integer,
parentGroupType As Type
)
public:
CommandGroupInfoAttribute(
int userId,
Type^ parentGroupType
)
Parameters
- userId
- Type: SystemInt32
User id for the command group. Must be unique per add-in - 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