IDesktopUserActions.AppExistsInUI(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.
Determines if an application exists in the current display.
public:
bool AppExistsInUI(System::String ^ applicationName);
public bool AppExistsInUI (string applicationName);
abstract member AppExistsInUI : string -> bool
Public Function AppExistsInUI (applicationName As String) As Boolean
Parameters
- applicationName
- String
Specifies the name of application to search for.
Returns
True
if the application exists in display, otherwise false
.