Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TabPage in 2.0
Message
De
09/02/2006 06:04:31
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
08/02/2006 23:26:25
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
01094743
Message ID:
01094913
Vues:
15
That was what I was suggesting before I scrathched the idea. Einar would then have to call Backcolor = color.red from his constructor.


>Hey, Einar,
>
>I'm full on pizza and root beer (just threw a victory party for youth hockey league...damn, those kids can eat), so take this post as a total shot in the dark...
>
>When you override the backcolor, try this...
>
>
>public override Color BackColor
>{
>	get { return base.BackColor; }
>	set { base.BackColor = value;  }
>}
>
>
>
>Let me know if that works (if not, I'll switch to diet pepsi!) ;)
>
>Kevin
>
>
>
>
>
>
>
>
>
>
> get { return base.BackColor; }
>>> set { ; }
>>> }
>>>
>>> public myTabPage()
>>> {
>>> InitializeComponent();
>>> base.BackColor = Color.Red;
>>> }
>>>
>>> protected override void Dispose( bool disposing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform