MeasureCore Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > FormattingToolbar Class : MeasureCore Method



availableSize

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Function MeasureCore( _
   ByVal availableSize As Size _
) As Size
Visual Basic (Usage) Copy Code
Dim instance As FormattingToolbar
Dim availableSize As Size
Dim value As Size
 
value = instance.MeasureCore(availableSize)
C#  
protected Size MeasureCore( 
   Size availableSize
)
C++/CLI  
protected:
Size MeasureCore( 
   Size availableSize
) 

Parameters

availableSize

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