Table of Contents

Method Resizable

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Resizable(bool)

Determines whether pane can be resized.

IAuiPaneInfo Resizable(bool resizable = true)

Parameters

resizable bool

Allows a pane to be resized if the parameter is true, and forces it to be a fixed size if the parameter is false.

Returns

IAuiPaneInfo

Returns this pane info instance.

Remarks

This is simply an antonym for Fixed().