UISettings.CaretBrowsingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.