Table of Contents

Method BestSizePixel

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

BestSizePixel(int, int)

Sets the ideal size for the pane.

IAuiPaneInfo BestSizePixel(int width, int height)

Parameters

width int

New best width.

height int

New best height.

Returns

IAuiPaneInfo

Returns this pane info instance.

Remarks

The docking manager will attempt to use this size as much as possible when docking or floating the pane.