Share via


IDesktopFeatureAccess.RemovePanel(IPanel) Method

Definition

Removes a panel from the desktop.

public:
 bool RemovePanel(Microsoft::Uii::Desktop::UI::Controls::IPanel ^ panel);
public bool RemovePanel (Microsoft.Uii.Desktop.UI.Controls.IPanel panel);
abstract member RemovePanel : Microsoft.Uii.Desktop.UI.Controls.IPanel -> bool
Public Function RemovePanel (panel As IPanel) As Boolean

Parameters

panel
IPanel

Specifies the panel to be removed.

Returns

true if the panel is removed successfully; otherwise, false.

Applies to