Share via


IPanel.Remove(Object) Method

Definition

Removes an application from the panel.

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

Parameters

app
Object

The hosted application instance to be removed.

Returns

true if the applicaiton was removed; false otherwise.

Applies to