'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the DrawMode for the ListBox.")> Public Shadows Property DrawMode As System.Windows.Forms.DrawMode
'Usage
Dim instance As NListBox Dim value As System.Windows.Forms.DrawMode instance.DrawMode = value value = instance.DrawMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the DrawMode for the ListBox.")] public new System.Windows.Forms.DrawMode DrawMode {get; set;}