Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeBooleanSubItem Class / Value Property


In This Topic
    Value Property (NTreeListNodeBooleanSubItem)
    In This Topic
    Gets/sets the boolean data of the item.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the boolean data of the item.")>
    Public Property Value As System.Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As NTreeListNodeBooleanSubItem
    Dim value As System.Nullable(Of Boolean)
     
    instance.Value = value
     
    value = instance.Value
    [System.ComponentModel.Description("Gets/sets the boolean data of the item.")]
    public System.Nullable<bool> Value {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