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


In This Topic
    Update Method (NCaptionBar)
    In This Topic
    Updates the caption to fit the specified bounds.
    Syntax
    'Declaration
     
    
    Public Sub Update( _
       ByVal bounds As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NCaptionBar
    Dim bounds As System.Drawing.Rectangle
     
    instance.Update(bounds)
    public void Update( 
       System.Drawing.Rectangle bounds
    )

    Parameters

    bounds
    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