SftBox/OCX 4.5

SftBoxDropDown.Window Property

Softel vdm, Inc.

Returns the drop down portion's window handle.

Syntax       

Get

VB.NET

Handle = object.Window  As Integer

VB

Handle = object.Window  As Long

C#.NET

int Handle = object.Window;

VC++

long Handle = object->Window;
long Handle = object->GetWindow();

C

HRESULT object->get_Window(long* Handle);

Delphi

Handle := object.Window   : Integer;

object

A SftBoxDropDown object.

Handle

Returns the drop down portion's window handle.

Comments

The Window property returns the drop down 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 edit control portion can be retrieved using the Edit.Window property.

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


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com