Share via


IDesktopFeatureAccess.GetPanel(String) Method

Definition

Gets the desktop panel.

public:
 Microsoft::Uii::Desktop::UI::Controls::IPanel ^ GetPanel(System::String ^ panelName);
public Microsoft.Uii.Desktop.UI.Controls.IPanel GetPanel (string panelName);
abstract member GetPanel : string -> Microsoft.Uii.Desktop.UI.Controls.IPanel
Public Function GetPanel (panelName As String) As IPanel

Parameters

panelName
String

Specifies the name of the panel.

Returns

Applies to