ImageList.HandleCreated Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le handle Win32 sous-jacent a été créé.
public:
property bool HandleCreated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HandleCreated { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HandleCreated : bool
Public ReadOnly Property HandleCreated As Boolean
Valeur de propriété
true
en cas de création de Handle ; sinon, false
. La valeur par défaut est false
.
- Attributs