AifDeckControl.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 control.
public:
void RemoveApplication(System::Object ^ application);
public void RemoveApplication (object application);
member this.RemoveApplication : obj -> unit
Public Sub RemoveApplication (application As Object)
Parameters
- application
- Object
Specifies the application.