TdxDocumentCapabilitiesOptions.CharacterStyle Property
Specifies if the character style feature is available to an end-user.
Declaration
property CharacterStyle: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to disable or enable the character styles functionality in the Rich Edit control.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the CharacterStyle property is TdxDocumentCapability.Default.
See Also