CaretType 列舉

定義

指定插入號類型。

public enum class CaretType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CaretType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CaretType
var value = Windows.UI.Text.CaretType.normal
Public Enum CaretType
繼承
CaretType
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

Normal 0

循序語言的插入點;也就是說,以一個按鍵筆劃輸入的字元。

Null 1

插入點為 Null。

適用於

另請參閱