Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListTopLeftHeader Class
Members


In This Topic
    NTreeListTopLeftHeader Class
    In This Topic
    Represents a NLightUIItem which visualizes a header which is located in the top-left corner of a NTreeList control.
    Object Model
    NTreeListTopLeftHeader Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeListColumnHeader)>
    Public Class NTreeListTopLeftHeader 
       Inherits NTreeListHeaderItem
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NTreeListTopLeftHeader
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeListColumnHeader)]
    public class NTreeListTopLeftHeader : NTreeListHeaderItem, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NLightUIItem
             Nevron.UI.WinForm.Controls.NTreeListHeaderItem
                Nevron.UI.WinForm.Controls.NTreeListTopLeftHeader

    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