Re: array's containing radiobuttons
- From: Tom Shelton <tshelton@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 22:10:34 -0700
On 2005-04-26, John Devlon <johndevlon@xxxxxxxxxxx> wrote:
> Hi tom,
>
> what do you mean by "cast" ?
>
> Thanx
>
> John
>
Well arraylist holds objects... So, to use the radiobuttons you have to
do something like this:
DirectCast (radioButtons[2], RadioButton).Text = "The Text"
--
Tom Shelton [MVP]
.
- Follow-Ups:
- Re: array's containing radiobuttons
- From: Chris Dunaway
- Re: array's containing radiobuttons
- References:
- array's containing radiobuttons
- From: John Devlon
- Re: array's containing radiobuttons
- From: Tom Shelton
- Re: array's containing radiobuttons
- From: John Devlon
- array's containing radiobuttons
- Prev by Date: Re: Multiple Projects in a Solution - Can't copy dll to run directory!
- Next by Date: Re: C# to VB transformation
- Previous by thread: Re: array's containing radiobuttons
- Next by thread: Re: array's containing radiobuttons
- Index(es):