Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItem Class / Selectable Property


In This Topic
    Selectable Property (NLightUIItem)
    In This Topic
    Determines whether the item may be selected.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Determines whether the item may be selected.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Selectable As System.Boolean
    'Usage
     
    
    Dim instance As NLightUIItem
    Dim value As System.Boolean
     
    instance.Selectable = value
     
    value = instance.Selectable
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Determines whether the item may be selected.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Selectable {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