TdxRichEditBehaviorOptions.Touch Property
Specifies a value indicating whether gestures are supported in the Rich Edit control.
Declaration
property Touch: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to allow or forbid the use of gestures in the Rich Edit control.
Refer to the TdxDocumentCapability type description for information on possible values of the Touch property.
The default value of the Touch property is TdxDocumentCapability.Default.
See Also