'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;}