Struct native_windows_gui::RadioButton [] [src]

pub struct RadioButton { /* fields omitted */ }

A standard radio button

Methods

impl RadioButton
[src]

Get the checkstate of the radio button

Set the checkstate of the radio button. A radio button control cannot have an Indeterminate check state. If one is passed, it is evaluated as checked.

Trait Implementations

impl Control for RadioButton
[src]

Should return the underlying handle to the object

Should return the type of the control. For custom controls, the return value should be Undefined (the default).

If specified, should free any ressource allocated in the template build function. This includes functions like DestroyWindow.