InsertKeyMode Enum
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.
Represents the insertion mode used by text boxes.
public enum class InsertKeyMode
public enum InsertKeyMode
type InsertKeyMode =
Public Enum InsertKeyMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Honors the current INSERT key mode of the keyboard. |
Insert | 1 | Indicates that the insertion mode is enabled regardless of the INSERT key mode of the keyboard. |
Overwrite | 2 | Indicates that the overwrite mode is enabled regardless of the INSERT key mode of the keyboard. |
Remarks
The InsertKeyMode enumeration is used by the MaskedTextBox.InsertKeyMode property of the MaskedTextBox class.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.