InsertKeyMode 列挙型

定義

テキスト ボックスで使用される挿入モードを表します。

public enum class InsertKeyMode
public enum InsertKeyMode
type InsertKeyMode = 
Public Enum InsertKeyMode
継承
InsertKeyMode

フィールド

Default 0

キーボードの現在の Ins キーのモードに従います。

Insert 1

キーボードの Ins キーのモードにかかわらず、挿入モードを有効にすることを示します。

Overwrite 2

キーボードの Ins キーのモードにかかわらず、上書きモードを有効にすることを示します。

注釈

列挙型はInsertKeyMode、クラスのMaskedTextBox.InsertKeyModeMaskedTextBoxプロパティによって使用されます。

適用対象

こちらもご覧ください