TdxAISmartPasteOptions.Enabled Property
Specifies if the UI element/editor is included into Smart Paste operations.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
The active AI service provider can interact with the current UI element/editor only if the Enabled property is set to True and the Description property is specified.
You can set the Enabled property to False to exclude the UI element/editor from Smart Paste operations (depending on certain conditions in your application).
Default Value
The Enabled property’s default value is True.
See Also