DesktopApplicationUIBase.AddPanel Method
Adds an IPanel to the list of known panels which may be hosting applications.
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 panel As IPanel
instance.AddPanel(panel)
Syntax
'Declaration
Public Sub AddPanel ( _
panel As IPanel _
)
public void AddPanel (
IPanel panel
)
public:
virtual void AddPanel (
IPanel^ panel
) sealed
public final void AddPanel (
IPanel panel
)
public final function AddPanel (
panel : IPanel
)
Parameters
- panel
Specifies the panel to add.
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.