SftDirectory 2.5

SftDirectory.Window Property

Softel vdm, Inc.

Returns the control'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 SftDirectory object.

Handle

Returns the control's window handle.

Comments

The Window property returns the control's window handle.

The Window property is used in conjunction with SftPrintPreview/OCX. It should not be used to access the control's internal information or with Windows API calls as this may cause incompatibilities with future releases of SftDirectory.


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