TdxRichEditControlBase.ActiveViewType Property
Specifies the active document display mode.
Declaration
property ActiveViewType: TdxRichEditViewType read; write;
Property Value
Type |
---|
TdxRichEditViewType |
Remarks
Refer to the TdxRichEditViewType type description for detailed information on available options.
Note
The OnActiveViewChanged event occurs every time the ActiveViewType property value changes.
See Also