IDesktopFeatureAccess.AddPanel(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.
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
.