Version

ArrangeOverride Method (XamRibbonWindow)

Overridden. Positions child elements and determines the size of this element based on the subclassed window.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal arrangeBounds As Size _
) As Size
protected override Size ArrangeOverride( 
   Size arrangeBounds
)

Parameters

arrangeBounds
The area within the parent that the element should use to arrange itself and its children.

Return Value

The actual size used.
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