Method Resizable
Resizable(bool)
Determines whether pane can be resized.
IAuiPaneInfo Resizable(bool resizable = true)
Parameters
resizable
boolAllows a pane to be resized if the parameter is
true
, and forces it to be a fixed size if the parameter isfalse
.
Returns
- IAuiPaneInfo
Returns this pane info instance.
Remarks
This is simply an antonym for Fixed().