GrapeCity MultiRow Windows Forms Documentation
InsertKeyMode Property


Gets or sets the text insertion mode of the MaskedTextBoxCell.
Syntax
<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.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not a System.Windows.Forms.InsertKeyMode value.
Remarks
Refer to MaskedTextBox.InsertKeyMode in MSDN.
Requirements

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

See Also

Reference

MaskedTextBoxCell Class
MaskedTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.