ToolBarOverflowPanel::ArrangeOverride Method (Size)

 

Arranges and sizes the content of a ToolBarOverflowPanel object.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual Size ArrangeOverride(
	Size arrangeBounds
) override

Parameters

arrangeBounds
Type: System.Windows::Size

Size that a toolbar overflow panel assumes to position child elements.

Return Value

Type: System.Windows::Size

The size of the ToolBarOverflowPanel.

.NET Framework
Available since 3.0
Return to top
Show: