|
|
|
SftMask.Window Property |
Returns the control's window handle.
Syntax
VB.NET |
Handle = object.Window As Integer |
||
VB |
Handle = object.Window As Long |
||
C#.NET |
int Handle = object.Window; |
||
VC++ |
long Handle = object->Window;
|
||
C |
HRESULT object->get_Window(long* Handle); |
||
Delphi |
Handle := object.Window : Integer; |
object
A SftMask object.
Handle
Returns the control's window handle.
Comments
The Window property returns the control's window handle.
The Window property should not be used and may cause incompatibilities with future releases of SftMask/OCX.
The Window property is identical to the hWnd property.