Class wwWebRadioButtonList

Provides a list of radio buttons that act as a single control value. Making a selection on this control causes the SelectedValue property to be set.

<ww:wwWebRadioButtonList ID="Colors" runat="server" BackColor="#FFFF80"
    Width="558px">
    <asp:ListItem value="Red" Enabled="False">Red Item</asp:ListItem>
    <asp:ListItem Value="Green">Green Entry</asp:ListItem>
    <asp:ListItem Value="Brown">Brown Entry</asp:ListItem>
</ww:wwWebRadioButtonList>

Custom
  wwWebControl
    wwWebListControl
      wwWebRadioButtonList

Class Members

MemberDescription

SelectedValue

Holds the selected value of this control.

o.SelectedValue

RepeatDirection

Determines the direction of the radio buttons - Vertical or Horizontal .

Requirements

Assembly: webcontrols.prg

© West Wind Technologies, 1996-2022 • Updated: 09/24/09
Comment or report problem with topic