DesktopApplicationUIBase.RemovePanel(IPanel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.