Version

ManuallyInvokeMeasure Method (GroupHeaderCellControl)

Invoked when a CellControl's measure was called, but its MeasureOverride was not invoked. This method should be overriden on a derived class, if it's neccessary to take some extra steps to ensure Measure has been called.
Syntax
'Declaration
 
Protected Friend Overrides Sub ManuallyInvokeMeasure( _
   ByVal sizeToBeMeasured As Size _
) 
protected internal override void ManuallyInvokeMeasure( 
   Size sizeToBeMeasured
)

Parameters

sizeToBeMeasured
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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