ComboBox.EditHandle Property (Typed) | |
The handle to the edit portion of a ComboBox control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY EditHandle AS IntPtr GET
public virtual IntPtr EditHandle { get; }
Request Example
View SourceProperty Value
Type:
IntPtrThe handle to the edit portion of a ComboBox control.
See Also