Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFontListBox Class / SelectionMode Property


In This Topic
    SelectionMode Property (NFontListBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ListBoxSelectionModeDescr")>
    Public Overridable Property SelectionMode As System.Windows.Forms.SelectionMode
    'Usage
     
    
    Dim instance As NFontListBox
    Dim value As System.Windows.Forms.SelectionMode
     
    instance.SelectionMode = value
     
    value = instance.SelectionMode
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("ListBoxSelectionModeDescr")]
    public virtual System.Windows.Forms.SelectionMode SelectionMode {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