Udostępnij za pośrednictwem


AifWpfDeckControl.IsClosableApplication Method

Determines whether the application can be closed via the UI.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As AifWpfDeckControl
Dim application As Object
Dim returnValue As Boolean

returnValue = instance.IsClosableApplication(application)

Syntax

'Declaration
Public Function IsClosableApplication ( _
    application As Object _
) As Boolean
public bool IsClosableApplication (
    Object application
)
public:
bool IsClosableApplication (
    Object^ application
)
public boolean IsClosableApplication (
    Object application
)
public function IsClosableApplication (
    application : Object
) : boolean

Parameters

  • application
    Specifies the application.

Return Value

Type: Boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifWpfDeckControl Class
AifWpfDeckControl Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.