Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBox Class / DrawMode Property


In This Topic
    DrawMode Property (NListBox)
    In This Topic
    Gets/sets the DrawMode for the ListBox.
    Syntax
    '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;}
    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