Where the action should show up, relative to other actions.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ActionLocation ActionLocation { get; set; } |
Visual Basic |
---|
Public Property ActionLocation As ActionLocation Get Set |
Visual C++ |
---|
public: property ActionLocation^ ActionLocation { ActionLocation^ get (); void set (ActionLocation^ value); } |