DesktopApplicationUIBase.NextPanel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.