IDesktopUserActions.CloseDynamicApplication(String) 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.
Closes the dynamic application.
public:
bool CloseDynamicApplication(System::String ^ applicationName);
public bool CloseDynamicApplication (string applicationName);
abstract member CloseDynamicApplication : string -> bool
Public Function CloseDynamicApplication (applicationName As String) As Boolean
Parameters
- applicationName
- String
Specifies the name of the application to close
Returns
True
if the application closes successfully, otherwise false
.