Compartilhar via


PanelCloser Constructor (IHostedApplication)

Initializes a new instance of the PanelCloser class.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim app As IHostedApplication

Dim instance As New PanelCloser(app)

Syntax

'Declaration
Public Sub New ( _
    app As IHostedApplication _
)
public PanelCloser (
    IHostedApplication app
)
public:
PanelCloser (
    IHostedApplication^ app
)
public PanelCloser (
    IHostedApplication app
)
public function PanelCloser (
    app : IHostedApplication
)

Parameters

  • app
    Specifies the hosted application that this toolbar is associated with.

Remarks

Platforms

See Also

Reference

PanelCloser Class
PanelCloser Members
Microsoft.Uii.Desktop.UI.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.