InkPicture.hWnd property
Gets or sets the handle value of the window on which ink is drawn.
This property is read/write.
Syntax
HRESULT put_hWnd( [in] long hWnd ); HRESULT get_hWnd( [out, retval] long *CurrentWindow );
Property value
The handle value of the window on which ink is drawn. The default value is NULL.
Error codes
| Name | Meaning |
|---|---|
|
Success. |
|
The hWnd parameter is an invalid pointer. |
|
An exception occurred inside the method. |
Remarks
If two or more windows exist, this property allows you to specify which window collects ink.
In Automation, this property is called hWnd Property.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also