Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionBar Class / Measure Method
An object containing the measurement parameters.


In This Topic
    Measure Method (NCaptionBar)
    In This Topic
    Measures the current text.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Measure( _
       ByVal info As NMeasureStringInfo _
    ) 
    'Usage
     
    
    Dim instance As NCaptionBar
    Dim info As NMeasureStringInfo
     
    instance.Measure(info)
    public virtual void Measure( 
       NMeasureStringInfo info
    )

    Parameters

    info
    An object containing the measurement parameters.
    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