Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarStrip Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1ToolbarStrip)
    In This Topic
    Called when arranging a control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ArrangeOverride( _
       ByVal finalSize As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize
    See Also