Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxEdit.Window Property

Returns the edit control portion's window handle.

Syntax

Get

VB.NETHandle = object.Window As Integer
VBHandle = object.Window As Long
C#.NETint Handle = object.Window;
VC++long Handle = object->Window;
long Handle = object->GetWindow();
CHRESULT object->get_Window(long* Handle);

object

A SftBoxEdit object.

Handle

Returns the edit control portion's window handle.

Comments

The Window property returns the edit control portion's window handle.

The Window property should not be used and may cause incompatibilities with future releases of SftBox/OCX.

The window handle of the drop down portion can be retrieved using the DropDown.Window property.

The window handle of the combo box control can be retrieved using the control's Window property.

See Also SftBoxEdit Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.