Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NScrollableControl Class / LayoutScrollbars Method


In This Topic
    LayoutScrollbars Method (NScrollableControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub LayoutScrollbars( _
       ByVal hScroll As System.Boolean, _
       ByVal vScroll As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NScrollableControl
    Dim hScroll As System.Boolean
    Dim vScroll As System.Boolean
     
    instance.LayoutScrollbars(hScroll, vScroll)
    protected virtual void LayoutScrollbars( 
       System.bool hScroll,
       System.bool vScroll
    )

    Parameters

    hScroll
    vScroll
    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