Share via


USDFloatingPanel.Remove(Object) Method

Definition

Removes the application from the panel.

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

Parameters

app
Object

Specifies the application.

Returns

True if the application is successfully removed; false otherwise.

Implements

Applies to