ControlWindow.ControlID Property | |
A number between 1 and 8000 representing the unique ID of the control on which the control window is based.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ControlID AS USUAL GET
public virtual Usual ControlID { get; }
Request Example
View SourceProperty Value
Type:
UsualA number between 1 and 8000 representing the unique ID of the control on which the control window is based.
Remarks
A number between 1 and 8000 representing the unique ID of the control on which the control window is based. 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