Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clearing a portion of a Form
Message
 
À
09/04/2009 15:48:31
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Application:
Desktop
Divers
Thread ID:
01394032
Message ID:
01394168
Vues:
49
One solution is using Control.Tag Property

You can set and get any object that contains
info about your controls in .Tag property and
later loop through the controls to find the
specific ones based on the data which you saved
with them.

Control.Tag Property
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.tag.aspx

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform