Partager via


DesktopAcrylicController.IsClosed Propriété

Définition

Obtient une valeur qui indique si l’objet est fermé (supprimé).

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = desktopAcrylicController.isClosed;
Public ReadOnly Property IsClosed As Boolean

Valeur de propriété

Boolean

bool

true si l’objet est fermé (supprimé) ; sinon, false.

Implémente

S’applique à

Voir aussi