Compartir a través de


AifWpfTabControl.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

Returns

True if the application can be closed via the UI, otherwise false.

Applies to