次の方法で共有


IApplicationUI.RemovePanel(IPanel) Method

Definition

Removes the panel from the list of known panels.

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 remove.

Returns

Boolean True if the panel was removed, otherwise false.

Applies to