Share via


DesktopApplicationUIBase.RemovePanel Method

Removes an IPanel from the list of known panels.

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
Dim returnValue As Boolean

returnValue = instance.RemovePanel(panel)

Syntax

'Declaration
Public Function RemovePanel ( _
    panel As IPanel _
) As Boolean
public bool RemovePanel (
    IPanel panel
)
public:
virtual bool RemovePanel (
    IPanel^ panel
) sealed
public final boolean RemovePanel (
    IPanel panel
)
public final function RemovePanel (
    panel : IPanel
) : boolean

Parameters

  • panel
    Specifies the panel to be removed.

Return Value

Type: Boolean
True if the panel was removed, otherwise false.

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.