TdxSimpleFormattingMarkVisibilityOptions.ShowHiddenText Property
Specifies a value indicating whether a text with the Hidden attribute is displayed in a document.
Declaration
property ShowHiddenText: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | Returns True if hidden text is visible; otherwise - False |
Remarks
Use the HiddenText property to change hidden text visibility in a Rich Edit control.
See Also