Control.Created Proprietà

Definizione

Ottiene un valore che indica se il controllo è stato creato.

public:
 property bool Created { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool Created { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Created : bool
Public ReadOnly Property Created As Boolean

Valore della proprietà

Boolean

true se il controllo è stato creato; in caso contrario, false.

Attributi

Commenti

La Created proprietà restituisce true se è stata creata correttamente anche se l'handle Control del controllo potrebbe non essere stato ancora creato o ricreato.

Si applica a

Vedi anche