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
Window
Button
TextInput
TextBox
CheckBox
RadioButton
ListBox
Label
ProgressBar
Menu
MenuItem
Timer
ComboBox
GroupBox
NumericInput
DatePicker
FileDialog
Canvas
Undefined
Trait Implementations
impl Clone for ControlType
[src]
fn clone(&self) -> ControlType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more