Nevron.UI.WinForm.Docking Namespace / NStyle Class
Members


In This Topic
    NStyle Class
    In This Topic
    Object Model
    NStyle Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Docking.NCaptionStyle)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public MustInherit Class NStyle 
       Inherits Nevron.UI.NDisposableObject
       Implements Nevron.INReferenceHolder, Nevron.UI.WinForm.Controls.INPropertyPageProvider 
    'Usage
     
    
    Dim instance As NStyle
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Docking.NCaptionStyle)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public abstract class NStyle : Nevron.UI.NDisposableObject, Nevron.INReferenceHolder, Nevron.UI.WinForm.Controls.INPropertyPageProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.NDefaultInitializableObject
          Nevron.UI.NDisposableObject
             Nevron.UI.WinForm.Docking.NStyle
                Nevron.UI.WinForm.Docking.NCaptionStyle
                Nevron.UI.WinForm.Docking.NDockingHintStyle
                Nevron.UI.WinForm.Docking.NDocumentStyle
                Nevron.UI.WinForm.Docking.NSplitterStyle
                Nevron.UI.WinForm.Docking.NTabStyle

    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