IDesktopFeatureAccess.GetPanel(String) 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.
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.