Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / TreeListNodeNotesStyle Enumeration


In This Topic
    TreeListNodeNotesStyle Enumeration
    In This Topic
    Defines possible styles of displaying notes on per node basis.
    Syntax
    'Declaration
     
    
    Public Enum TreeListNodeNotesStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TreeListNodeNotesStyle
    public enum TreeListNodeNotesStyle : System.Enum 
    Members
    MemberDescription
    HideHides notes.
    InheritRetrieves the value from its owner NTreeList instance.
    ShowDisplays notes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.TreeListNodeNotesStyle

    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