Where the action should be shown - when elements are shown in a selection tree (as opposed to the normal navigation tree) some actions may be desired.
Default is
Namespace: Composite.C1Console.ElementsField Value
ElementActionActivePosition.NavigatorTree only.Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ElementActionActivePosition ActivePositions { get; set; } |
Visual Basic |
---|
Public Property ActivePositions As ElementActionActivePosition Get Set |
Visual C++ |
---|
public: property ElementActionActivePosition ActivePositions { ElementActionActivePosition get (); void set (ElementActionActivePosition value); } |