Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNode Class / NotesStyle Property


In This Topic
    NotesStyle Property (NTreeListNode)
    In This Topic
    Gets/sets the notes style for this node. Specify TreeListNodeNotesStyle.Inherit to obtain the value from the current tree-list host.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the notes style for this node. Specify TreeListNodeNotesStyle.Inherit to obtain the value from the current tree-list host.")>
    Public Property NotesStyle As TreeListNodeNotesStyle
    'Usage
     
    
    Dim instance As NTreeListNode
    Dim value As TreeListNodeNotesStyle
     
    instance.NotesStyle = value
     
    value = instance.NotesStyle
    [System.ComponentModel.Description("Gets/sets the notes style for this node. Specify TreeListNodeNotesStyle.Inherit to obtain the value from the current tree-list host.")]
    public TreeListNodeNotesStyle NotesStyle {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