'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the input mode for the NTextBox.")> Public Property InputMode As TextBoxInputMode
'Usage
Dim instance As NTextBox Dim value As TextBoxInputMode instance.InputMode = value value = instance.InputMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the input mode for the NTextBox.")] public TextBoxInputMode InputMode {get; set;}