DesktopApplicationUIBase.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 an IPanel to the list of known panels which may be hosting applications.
public:
virtual void AddPanel(Microsoft::Uii::Desktop::UI::Controls::IPanel ^ panel);
public void AddPanel (Microsoft.Uii.Desktop.UI.Controls.IPanel panel);
abstract member AddPanel : Microsoft.Uii.Desktop.UI.Controls.IPanel -> unit
override this.AddPanel : Microsoft.Uii.Desktop.UI.Controls.IPanel -> unit
Public Sub AddPanel (panel As IPanel)
Parameters
- panel
- IPanel
Specifies the panel to add.