AifDeckControl.ShowApplication Method
Shows the application in a new tab.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As AifDeckControl
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 to show
- closable
True if the application is closable via the UI, false otherwise.
Return Value
An instance of AifDeskControl
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
AifDeckControl Class
AifDeckControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.