DesktopApplicationUIBase.RemoveApplication(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 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
.