Intersoft ClientUI Documentation
ArrangeOverride Method (UXRibbonTitlePanel)



The final area within the parent that this object should use to arrange itself and its children.
Provides the behavior for the Arrange pass of Silverlight layout.
Syntax
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
Dim instance As UXRibbonTitlePanel
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
protected override Size ArrangeOverride( 
   Size finalSize
)
protected:
Size ArrangeOverride( 
   Size finalSize
) override 

Parameters

finalSize
The final area within the parent that this object should use to arrange itself and its children.

Return Value

The actual size used once the element is arranged.
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

Reference

UXRibbonTitlePanel Class
UXRibbonTitlePanel Members

Send Feedback