Partilhar via


IDesktopFeatureAccess.RemovePanel Method

Removes a panel from the desktop.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As IDesktopFeatureAccess
Dim panel As IPanel
Dim returnValue As Boolean

returnValue = instance.RemovePanel(panel)

Syntax

'Declaration
Function RemovePanel ( _
    panel As IPanel _
) As Boolean
bool RemovePanel (
    IPanel panel
)
bool RemovePanel (
    IPanel^ panel
)
boolean RemovePanel (
    IPanel panel
)
function RemovePanel (
    panel : IPanel
) : boolean

Parameters

  • panel
    Specifies the panel to be removed.

Return Value

Type: Boolean
true if the panel is removed successfully; 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

IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

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