Compartir a través de


WpfDesktopApplicationUI.NextPanel Method

Gets the panel after the one which has the current focus in the interface.

Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)

Usage

'Usage
Dim instance As WpfDesktopApplicationUI
Dim returnValue As IPanel

returnValue = instance.NextPanel

Syntax

'Declaration
Public Overrides Function NextPanel As IPanel
public override IPanel NextPanel ()
public:
virtual IPanel^ NextPanel () override
public IPanel NextPanel ()
public override function NextPanel () : IPanel

Return Value

Panel Instance

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

WpfDesktopApplicationUI Class
WpfDesktopApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.