Control.IsHandleCreated Propriété

Définition

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é

Boolean

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.

S’applique à

Voir aussi