Click or drag to resize
TextDocumentWindowHandle Property
(TOM 2 only) Gets the handle of the window that the TOM engine is using to display output.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public IntPtr WindowHandle { get; }

Property Value

Type: IntPtr
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also