Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / DockingHint Enumeration


In This Topic
    DockingHint Enumeration
    In This Topic
    Enumerates the possible dockable hints
    Syntax
    'Declaration
     
    
    Public Enum DockingHint 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DockingHint
    public enum DockingHint : System.Enum 
    Members
    MemberDescription
    ReversibleFrameA reversible frame is drawn on the screen.
    TranslucentCloneA semi-transparent image which represents the dragged panel
    TranslucentFillA rectangular area is filled with semi-transparent color.
    WindowContentThe window is dragged real-time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Docking.DockingHint

    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