Share via


IApplicationUI.RemoveApplication(Object) Method

Definition

Removes application from the UI, regardless of which panel it is in.

public:
 bool RemoveApplication(System::Object ^ app);
public bool RemoveApplication (object app);
abstract member RemoveApplication : obj -> bool
Public Function RemoveApplication (app As Object) As Boolean

Parameters

app
Object

Specifies the application that is to be removed.

Returns

Boolean True if the application was removed, otherwise false.

Applies to