Click or drag to resize
TextDocumentGetDisplays Method
(TOM 2 only) Gets the displays collection for this Text Object Model (TOM) engine instance.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Object GetDisplays()

Return Value

Type: Object
The displays collection, which implements the COM interface ITextDisplays.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
NotImplementedException The TOM implementation used by the document does not support this operation.
Remarks
The rich edit control doesn't implement this method. The ITextDisplays interface is currently undefined.
See Also