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


In This Topic
    NDockingHintStyle Class
    In This Topic
    Contains information about how docking hints are visualized.
    Object Model
    NDockingHintStyle Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Docking.NCaptionStyle)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NDockingHintStyle 
       Inherits NStyle
       Implements Nevron.INReferenceHolder, Nevron.UI.WinForm.Controls.INPropertyPageProvider 
    'Usage
     
    
    Dim instance As NDockingHintStyle
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Docking.NCaptionStyle)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NDockingHintStyle : 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.NDockingHintStyle

    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