lang:csharp:ihm:commun:custom
Ajout de propriétés
Ajout d'une propriété
Il faut utiliser les propriétés de type get/set avec des annotations
[Description("Texte du boutton"), Category("Appearance")] public string Valider { get { return buttonValider.Text; } set { buttonValider.Text = value; } }
Propriété avec du texte multi-line
Nécessite d'ajouter la référence System.Design.dll
.
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
|Allow multi-line String properties in the Properties window Archive du 10/11/2009 le 29/04/2020
lang/csharp/ihm/commun/custom.txt · Dernière modification : 2020/04/29 21:16 de root