'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxInsertKeyModeDescr")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property InsertKeyMode As System.Windows.Forms.InsertKeyMode
'Usage
Dim instance As NMaskedTextBox Dim value As System.Windows.Forms.InsertKeyMode instance.InsertKeyMode = value value = instance.InsertKeyMode
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxInsertKeyModeDescr")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Windows.Forms.InsertKeyMode InsertKeyMode {get; set;}