WpfDesktopApplicationUI.ActivePanel Property
Gets or sets the panel which hosts the application currently in use. This panel may contain more than one application.
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 value As WpfPanel
value = WpfDesktopApplicationUI.ActivePanel
WpfDesktopApplicationUI.ActivePanel = value
Syntax
'Declaration
Public Shared Property ActivePanel As WpfPanel
public static WpfPanel ActivePanel { get; set; }
public:
static property WpfPanel^ ActivePanel {
WpfPanel^ get ();
void set (WpfPanel^ value);
}
/** @property */
public static WpfPanel get_ActivePanel ()
/** @property */
public static void set_ActivePanel (WpfPanel value)
public static function get ActivePanel () : WpfPanel
public static function set ActivePanel (value : WpfPanel)
Property Value
Type: WpfPanel.
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.