次の方法で共有


AifDeckControl.ShowApplication(Object, Boolean) Method

Definition

Shows the application in a new tab.

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

Parameters

application
Object

Specifies the application to show

closable
Boolean

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

Returns

An instance of AifDeskControl

Applies to