Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentStyle Class
Members


In This Topic
    NDocumentStyle Class
    In This Topic
    Encapsulates common styles and properties for the document section of the framework.
    Object Model
    NDocumentStyle Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Docking.NCaptionStyle)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NDocumentStyle 
       Inherits NStyle
       Implements Nevron.INReferenceHolder, Nevron.UI.WinForm.Controls.INPropertyPageProvider 
    'Usage
     
    
    Dim instance As NDocumentStyle
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Docking.NCaptionStyle)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NDocumentStyle : NStyle, 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.NDocumentStyle

    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