Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change Panel BorderWidh
Message
De
20/04/2006 03:38:07
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
19/04/2006 11:02:06
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01114520
Message ID:
01114859
Vues:
18
Bonnie,

Thanks for your reply, what I was really looking for was to change the border size and colour itself. What I'm really looking to do is show that a specific item has been picked so like if you click on a folder or file in windows explorer whilst the view is set to thumbnails.

Thanks again for your help.

Jon

>Jon,
>
>In the click event handler for the panel, set the Panel's BorderStyle and BackColor properties:
>
>	this.MyPanel.BorderStyle = BorderStyle.Fixed3D;
>	this.MyPanel.BackColor   = System.Drawing.Color.Blue;
>
>
>~~Bonnie
>
>>Hi,
>>
>>When a user clicks on a specific panel I would like to change the border width and colour of a panel, to try and make it look as though its been highlighted.
>>
>>How would I do this?
>>
>>TIA
>>
>>Jon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform