MixedRealityKeyboardBase.CaretIndex 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.
Returns the index of the caret within the text.
public:
property int CaretIndex { int get(); };
public int CaretIndex { get; }
member this.CaretIndex : int
Public ReadOnly Property CaretIndex As Integer