PanelCloser Constructors
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.
Overloads
PanelCloser() |
Initializes a new instance of the PanelCloser class. |
PanelCloser(IHostedApplication) |
Initializes a new instance of the PanelCloser class. |
PanelCloser()
Initializes a new instance of the PanelCloser class.
public:
PanelCloser();
public PanelCloser ();
Public Sub New ()
Applies to
PanelCloser(IHostedApplication)
Initializes a new instance of the PanelCloser class.
public:
PanelCloser(Microsoft::Uii::Csr::IHostedApplication ^ app);
public PanelCloser (Microsoft.Uii.Csr.IHostedApplication app);
new Microsoft.Uii.Desktop.UI.Controls.PanelCloser : Microsoft.Uii.Csr.IHostedApplication -> Microsoft.Uii.Desktop.UI.Controls.PanelCloser
Public Sub New (app As IHostedApplication)
Parameters
Specifies the hosted application that this toolbar is associated with.