Share via


DesktopApplicationUIBase.NextPanel Method

Definition

Moves to the next panel.

public:
 abstract Microsoft::Uii::Desktop::UI::Controls::IPanel ^ NextPanel();
public abstract Microsoft.Uii.Desktop.UI.Controls.IPanel NextPanel ();
abstract member NextPanel : unit -> Microsoft.Uii.Desktop.UI.Controls.IPanel
Public MustOverride Function NextPanel () As IPanel

Returns

Next Panel

Implements

Remarks

If there is only one panel, it is always returned.

Applies to