Compartir a través de


AifDeckControl.IsClosableApplication(Object) Method

Definition

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.

Applies to