次の方法で共有


DesktopApplicationUIBase.RemovePanel(IPanel) Method

Definition

Removes an IPanel from the list of known panels.

public:
 virtual 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
override this.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 was removed, otherwise false.

Implements

Applies to