Partager via


Shape.Created, propriété

Obtient une valeur indiquant si un contrôle Shape ou Line a été créé.

Espace de noms :  Microsoft.VisualBasic.PowerPacks
Assembly :  Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Created As Boolean
[BrowsableAttribute(false)]
public bool Created { get; }
[BrowsableAttribute(false)]
public:
property bool Created {
    bool get ();
}
[<BrowsableAttribute(false)>]
member Created : bool with get
function get Created () : boolean

Valeur de propriété

Type : Boolean
true si le contrôle a été créé ; sinon, false.

Notes

Le Created propriété renvoie true si le contrôle a été créé avec succès même si le handle du contrôle ne peut-être pas créé ou recréé encore.

Sécurité .NET Framework

Voir aussi

Référence

Shape Classe

Microsoft.VisualBasic.PowerPacks, espace de noms

Autres ressources

Comment : dessiner des lignes avec le contrôle LineShape (Visual Studio)

Comment : dessiner des formes avec les contrôles OvalShape et RectangleShape (Visual Studio)

Introduction aux contrôles Line et Shape (Visual Studio)