Click or drag to resize

ControlEvent.ControlID Property

X#
A number between 1 and 8000 representing the unique ID of the control that generated this control event.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ControlID AS LONG GET 
Request Example View Source

Property Value

Type: Long
A number between 1 and 8000 representing the unique ID of the control that generated this control event.
Remarks
A number between 1 and 8000 representing the unique ID of the control that generated this control event. Every control has its own unique ID to distinguish it from other controls (enabling the owner window to determine which control generated an event).
See Also