TdxRichEditBehaviorOptions.CreateNew Property
Specifies the availability of the end-user functionality related to creating new documents.
Declaration
property CreateNew: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
The CreateNew property value affects:
The appearance and functionality of UI elements linked to a TdxRichEditControlNewDocument action object;
The Ctrl+N key combination (the equivalent of the NewDocument command) availability. Pressing the key combination has no effect if the corresponding command (action object) is not available.
For detailed information on available CreateNew property values, refer to the TdxDocumentCapability type description.
The default value of the CreateNew property is TdxDocumentCapability.Default.
See Also