Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingHintStyle Class / DockingHint Property


In This Topic
    DockingHint Property
    In This Topic
    Gets or sets the hint to be used when a dock preview is drawn on the screen.
    Syntax
    'Declaration
     
    
    Public Property DockingHint As DockingHint
    'Usage
     
    
    Dim instance As NDockingHintStyle
    Dim value As DockingHint
     
    instance.DockingHint = value
     
    value = instance.DockingHint
    public DockingHint DockingHint {get; set;}
    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