Property ElementName
ElementName
Gets the name of the element that triggered this QAction execution.
string ElementName { get; }
Property Value
- string
The element name.
Examples
string elementName = protocol.ElementName;
Gets the name of the element that triggered this QAction execution.
string ElementName { get; }
The element name.
string elementName = protocol.ElementName;