Control.ControlID Property (Typed) | |
A number between 1 and 8000 representing the unique ID of a control
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ControlID AS LONG GET
public virtual int ControlID { get; }
Request Example
View SourceProperty Value
Type:
LongA number between 1 and 8000 representing the unique ID of a control
Remarks
A number between 1 and 8000 representing the unique ID of a control. 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