[]
Radio button with text and image.
public class RadioButtonElement : CheckButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider
Name | Description |
---|---|
RadioButtonElement() | Initializes a new RadioButtonElement. |
RadioButtonElement(Style) | Initializes a new RadioButtonElement with specified style. |
RadioButtonElement(Style, params object[]) | Initializes a new RadioButtonElement with specified style and content. |
RadioButtonElement(params object[]) | Initializes a new RadioButtonElement with specified content. |
Name | Description |
---|---|
GetImage(RadioButtonState) | Returns the radio box image. |
GetRadioImage(bool) | Returns the radio box image. |
OnCheckedChanged() | Called when check box state is changed. |