DesktopApplicationUIBase.NextPanel Method
Moves to the next panel.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As DesktopApplicationUIBase
Dim returnValue As IPanel
returnValue = instance.NextPanel
Syntax
'Declaration
Public MustOverride Function NextPanel As IPanel
public abstract IPanel NextPanel ()
public:
virtual IPanel^ NextPanel () abstract
public abstract IPanel NextPanel ()
public abstract function NextPanel () : IPanel
Return Value
Next Panel
Remarks
If there is only one panel, it is always returned.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DesktopApplicationUIBase Class
DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.