Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class / GetDock Method
The dockstyle to search for


In This Topic
    GetDock Method
    In This Topic
    Gets the toolbar dock with the specified DockStyle.
    Syntax
    'Declaration
     
    
    Public Function GetDock( _
       ByVal style As System.Windows.Forms.DockStyle _
    ) As NToolbarDock
    'Usage
     
    
    Dim instance As NCommandBarsManager
    Dim style As System.Windows.Forms.DockStyle
    Dim value As NToolbarDock
     
    value = instance.GetDock(style)
    public NToolbarDock GetDock( 
       System.Windows.Forms.DockStyle style
    )

    Parameters

    style
    The dockstyle to search for

    Return Value

    The matched dock. Will be null for DockStyle.None and DockStyle.Fill
    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