Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionBar Class / LayoutButtons Method


In This Topic
    LayoutButtons Method (NCaptionBar)
    In This Topic
    Performs layout upon the buttons.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub LayoutButtons( _
       ByVal layoutRect As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NCaptionBar
    Dim layoutRect As System.Drawing.Rectangle
     
    instance.LayoutButtons(layoutRect)
    protected virtual void LayoutButtons( 
       System.Drawing.Rectangle layoutRect
    )

    Parameters

    layoutRect
    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