Table of Contents

Method SetPanelVisible

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetPanelVisible(SplitPanelPosition, bool)

Sets the visibility of the specified panel.

public virtual void SetPanelVisible(SplitPanelPosition position, bool visible = true)

Parameters

position SplitPanelPosition

The position of the panel to modify. Must be one of the defined SplitPanelPosition values.

visible bool

true to make the panel visible; otherwise, false.

Remarks

This method updates the visibility state of the panel at the specified position. The visibility of the panel is determined by the visible parameter.