Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
# of StatusBarPanels in a StatusBar
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00930742
Message ID:
00930749
Vues:
11
Einar,

It doesn't seem that the StatusBar object has an itemcount...I looked for StatusBar.Panels.Count and other things, and didn't come across any.

I'm going to check again and also look it up, because I'm a little surprised that a particular collection doesn't have a count prop, but I believe this should work for now...
int nCount = 0;
foreach(object oo in this.statusBar1.Panels)
   nCount++;
Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform