Share via


IDesktopFeatureAccess.AddPanel(IPanel) Method

Definition

Adds a panel to the desktop.

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

Parameters

panel
IPanel

Specifies the panel to be added.

Returns

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

Applies to