Actions declared on this element
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public IEnumerable<ElementAction> Actions { get; } |
Visual Basic |
---|
Public ReadOnly Property Actions As IEnumerable(Of ElementAction) Get |
Visual C++ |
---|
public: property IEnumerable<ElementAction^>^ Actions { IEnumerable<ElementAction^>^ get (); } |