Udostępnij za pośrednictwem


AifWpfDeckControl.ShowApplication Method

Shows the control in a new tab.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As AifWpfDeckControl
Dim application As Object
Dim closable As Boolean
Dim returnValue As Control

returnValue = instance.ShowApplication(application, closable)

Syntax

'Declaration
Public Function ShowApplication ( _
    application As Object, _
    closable As Boolean _
) As Control
public Control ShowApplication (
    Object application,
    bool closable
)
public:
Control^ ShowApplication (
    Object^ application, 
    bool closable
)
public Control ShowApplication (
    Object application, 
    boolean closable
)
public function ShowApplication (
    application : Object, 
    closable : boolean
) : Control

Parameters

  • application
    Specifies the application.
  • closable
    True if the application is closable via the UI, false otherwise

Return Value

Type:Control.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifWpfDeckControl Class
AifWpfDeckControl Members
Microsoft.Uii.Csr Namespace

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