WpfPanel Class
Represents the UI element that hosts one or more hosted applications.
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 WpfPanel
Syntax
'Declaration
Public Class WpfPanel
Inherits Grid
Implements IPanel
public class WpfPanel : Grid, IPanel
public ref class WpfPanel : public Grid, IPanel
public class WpfPanel extends Grid implements IPanel
public class WpfPanel extends Grid implements IPanel
Remarks
This can also host standard and custom windows controls.
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
System.Windows.Controls.Grid
Microsoft.Uii.Desktop.UI.Controls.Wpf.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
WpfPanel Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.