AifDeckControl.IsClosableApplication(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.
Determines whether the application can be closed via the UI.
public:
bool IsClosableApplication(System::Object ^ application);
public bool IsClosableApplication (object application);
member this.IsClosableApplication : obj -> bool
Public Function IsClosableApplication (application As Object) As Boolean
Parameters
- application
- Object
Specifies the application object
Returns
True
if the application is closeable, otherwise false
.