Enum native_windows_gui::constants::ControlType [] [src]

pub enum ControlType {
    Window,
    Button,
    TextInput,
    TextBox,
    CheckBox,
    RadioButton,
    ListBox,
    Label,
    ProgressBar,
    Menu,
    MenuItem,
    Timer,
    ComboBox,
    GroupBox,
    NumericInput,
    DatePicker,
    FileDialog,
    Canvas,
    Undefined,
}

An enum that list type names for the common controls.

This is used internally to differentiate the common control notification codes.

Variants

Trait Implementations

impl Clone for ControlType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ControlType
[src]

Formats the value using the given formatter.