NevronOpenVision
Nevron.Nov.UI Namespace / NTreeViewItem Class
Fields Properties Methods Events


In This Topic
    NTreeViewItem Class Members
    In This Topic

    The following tables list the members exposed by NTreeViewItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Expanded property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the GridlinesStroke Property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Header child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsMouseOverSymbol property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Items child  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NTreeViewItem  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Symbol property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the tree view item is expanded (i.e. its subitems are visible) or not.  
    Public PropertyGets or sets the stroking of the gridlines.  
    Public PropertyGets or sets the header element of the tree view item.  
    Public PropertyReturns the zero based index of this tree view item in the tree view item collection it is placed in or -1 if this tree view item is not placed in a tree view item collection.  
    Public PropertyGets whether the mouse is currently over the symbol or not. Automatically updated by Nevron.  
    Public PropertyGets whether the item is selected or not. Automatically updated by Nevron.  
    Public PropertyGets or sets the items collection of the tree view item.  
    Public PropertyGets the tree view, which this item belongs to.  
    Public PropertyGets the logical parent tree view item for this item.  
    Public PropertyGets or sets the tree view item symbol.  
    Public PropertyGets the Y coordinate in the root items collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the node to the provided list  
    Public MethodOverridden. Gets whether the node can provide a clip area for its children  
    Public MethodOverridden. Gets the mode in which this displayable node can cache its painting.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Layouts the header of the element inside the specified header area.  
    Protected MethodOverridden. Measures the desired size of the element header  
    Protected MethodOverridden. Called when a child node has been inserted  
    Protected MethodOverridden. Called when a child node has been removed  
    Protected MethodCalled when Expanded has changed.  
    Protected MethodOverridden. Default handler for the mouse down event  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint  
    Protected MethodOverridden. Handles the touch down event  
    Internal MethodOverridden.   
    Protected MethodOverridden. Overriden to return true, since we want to select the item on handled mouse downs too.  
    Internal Method  
    Internal Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs  
    Top
    See Also