Gets or sets the text insertion mode of the
MaskedTextBoxCell.
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the masked text box input character typing mode.")>
Public Property InsertKeyMode As InsertKeyMode
Dim instance As MaskedTextBoxCell
Dim value As InsertKeyMode
instance.InsertKeyMode = value
value = instance.InsertKeyMode
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates the masked text box input character typing mode.")]
public InsertKeyMode InsertKeyMode {get; set;}
Property Value
One of the
System.Windows.Forms.InsertKeyMode values that indicates the current insertion mode. The default is
System.Windows.Forms.InsertKeyMode.Default.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2