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


In This Topic
    NotesStyle Property (NTreeList)
    In This Topic
    Gets/sets the notes style to be applied on all NTreeListNode instances.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the notes style to be applied on all NTreeListNode instances.")>
    Public Property NotesStyle As TreeListNodeNotesStyle
    'Usage
     
    
    Dim instance As NTreeList
    Dim value As TreeListNodeNotesStyle
     
    instance.NotesStyle = value
     
    value = instance.NotesStyle
    [System.ComponentModel.Description("Gets/sets the notes style to be applied on all NTreeListNode instances.")]
    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