Compartir a través de


AifWpfDeckControl.ShowApplication(Object, Boolean) Method

Definition

Shows the control in a new tab.

public:
 System::Windows::Controls::Control ^ ShowApplication(System::Object ^ application, bool closable);
public System.Windows.Controls.Control ShowApplication (object application, bool closable);
member this.ShowApplication : obj * bool -> System.Windows.Controls.Control
Public Function ShowApplication (application As Object, closable As Boolean) As Control

Parameters

application
Object

Specifies the application.

closable
Boolean

True if the application is closable via the UI, false otherwise

Returns

Applies to