SftMask/OCX 6.5

SftMask.hWnd Property

Softel vdm, Inc.

Returns the control's window handle.

Syntax       

Get

VB.NET

Handle = object.hWnd  As Integer

VB

Handle = object.hWnd  As Long

C#.NET

int Handle = object.hWnd;

VC++

long Handle = object->hWnd;
long Handle = object->GethWnd();

C

HRESULT object->get_hWnd(long* Handle);

Delphi

Handle := object.hWnd   : Integer;

object

A SftMask object.

Handle

Returns the control's window handle.

Comments

The hWnd property returns the control's window handle.

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

The hWnd property is identical to the Window property.


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