TextGRAB SDK Documentation | ITextItem::Window

Returns the window handle where text item were drawn.

[C/C++]
HRESULT   get_Window( INT_PTR* hwnd );
[Visual Basic]
Public ReadOnly Property  Window As INT_PTR
[C#]
public  INT_PTR   ITextItem.Window { get; }

Parameters

hwnd
[out,retval] window handle.

See Also

ITextItem interface