Share via


IApplicationUI.SelectApplication(Guid) Method

Definition

Selects the UI panel and control which is hosting the given application.

public:
 bool SelectApplication(Guid id);
public bool SelectApplication (Guid id);
abstract member SelectApplication : Guid -> bool
Public Function SelectApplication (id As Guid) As Boolean

Parameters

id
Guid

Specifies the ID of the application.

Returns

Boolean True if the application is selected, otherwise false.

Applies to