USDTabBasePanel.Remove(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the panel from the application.
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 panel is successfully removed, otherwise false
.