RanorexRanorex Documentation
Actions Property
NamespacesRanorex.CoreElementActions
A list of actions the element supports. This list is aggregated from the role and the capabilities.
Declaration Syntax
C#Visual BasicVisual C++
public IList<ActionDescriptor> Actions { get; }
Public ReadOnly Property Actions As IList(Of ActionDescriptor)
public:
property IList<ActionDescriptor^>^ Actions {
	IList<ActionDescriptor^>^ get ();
}

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)