Control.IsHandleCreated 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 contrôle est associé à un handle.
public:
property bool IsHandleCreated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsHandleCreated { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsHandleCreated : bool
Public ReadOnly Property IsHandleCreated As Boolean
Valeur de propriété
true
Si un handle a été assigné au contrôle ; sinon, false
.
- Attributs
Remarques
Utilisez la IsHandleCreated propriété pour déterminer si CreateHandle elle a été appelée.