UISettings.CaretBrowsingEnabled Property

Definition

Gets whether the caret can be used for browse operations.

public:
 property bool CaretBrowsingEnabled { bool get(); };
bool CaretBrowsingEnabled();
public bool CaretBrowsingEnabled { get; }
var boolean = uISettings.caretBrowsingEnabled;
Public ReadOnly Property CaretBrowsingEnabled As Boolean

Property Value

Boolean

bool

True if the caret can be used for browse operations; false if it cannot.

Applies to