PanelCloser Constructors

Definition

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

app
IHostedApplication

Specifies the hosted application that this toolbar is associated with.

Applies to