Property ElementID
ElementID
Gets the ID of the element that triggered this QAction execution.
int ElementID { get; }
Property Value
- int
The element ID.
Examples
int elementId = protocol.ElementID;
Gets the ID of the element that triggered this QAction execution.
int ElementID { get; }
The element ID.
int elementId = protocol.ElementID;