Skip to main content
All docs
V25.2
  • 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
    True

    Default. The UI element/editor is visible for Smart Paste operations.

    The active AI service provider uses the Description property value as a Smart Paste instruction for the UI element/editor.

    False
    The UI element/editor is excluded from Smart Paste operations. The Description property is ignored.

    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