DesktopApplicationUIBase.RemoveApplication(Object) Method

Definition

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

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

Parameters

app
Object

Specifies the hosted application that is to be removed…

Returns

True if the application was removed, otherwise false.

Implements

Applies to