Initializes a new instance with a custom named group.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ActionGroup( string name, ActionGroupPriority priority ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ priority As ActionGroupPriority _ ) |
Visual C++ |
---|
public: ActionGroup( String^ name, ActionGroupPriority priority ) |
Parameters
- name
- Type: System..::..String
A name of your choosing. If this name is used by multiple actions they may be bundled into the same group.
- priority
- Type: Composite.C1Console.Elements..::..ActionGroupPriority
the priority/relecance of the action in relation to the element it is attached to