Share via


IApplicationUI.NextPanel Method

Definition

Transfers control to the next panel. If there is only one panel, it is always returned.

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

Returns

Next Panel

Applies to