|
|
|
SftMask.hWnd Property |
Returns the control's window handle.
Syntax
VB.NET |
Handle = object.hWnd As Integer |
||
VB |
Handle = object.hWnd As Long |
||
C#.NET |
int Handle = object.hWnd; |
||
VC++ |
long Handle = object->hWnd;
|
||
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.