다음을 통해 공유


AifTabControl.ShowApplication Method (Object, Boolean)

Shows the hosted 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 AifTabControl
Dim application As Object
Dim closeButton As Boolean
Dim returnValue As TabPage

returnValue = instance.ShowApplication(application, closeButton)

Syntax

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

Parameters

  • application
    Specifies the application to show
  • closeButton
    True to provide a close button to close dynamic application, false otherwise

Return Value

New Tab

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

AifTabControl Class
AifTabControl Members
Microsoft.Uii.Csr Namespace

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