Trait uiautomation::controls::Control

source ·
pub trait Control {
    const TYPE: ControlType;
}
Expand description

Control is the trait for ui element control.

Required Associated Constants§

source

const TYPE: ControlType

Defines the control type id.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Control for AppBarControl

source§

const TYPE: ControlType = ControlType::AppBar

source§

impl Control for ButtonControl

source§

const TYPE: ControlType = ControlType::Button

source§

impl Control for CalendarControl

source§

const TYPE: ControlType = ControlType::Calendar

source§

impl Control for CheckBoxControl

source§

const TYPE: ControlType = ControlType::CheckBox

source§

impl Control for ComboBoxControl

source§

const TYPE: ControlType = ControlType::ComboBox

source§

impl Control for DataGridControl

source§

const TYPE: ControlType = ControlType::DataGrid

source§

impl Control for DataItemControl

source§

const TYPE: ControlType = ControlType::DataItem

source§

impl Control for DocumentControl

source§

const TYPE: ControlType = ControlType::Document

source§

impl Control for EditControl

source§

const TYPE: ControlType = ControlType::Edit

source§

impl Control for GroupControl

source§

const TYPE: ControlType = ControlType::Group

source§

impl Control for HeaderControl

source§

const TYPE: ControlType = ControlType::Header

source§

impl Control for HeaderItemControl

source§

const TYPE: ControlType = ControlType::HeaderItem

source§

impl Control for HyperlinkControl

source§

const TYPE: ControlType = ControlType::Hyperlink

source§

impl Control for ImageControl

source§

const TYPE: ControlType = ControlType::Image

source§

impl Control for ListControl

source§

const TYPE: ControlType = ControlType::List

source§

impl Control for ListItemControl

source§

const TYPE: ControlType = ControlType::ListItem

source§

impl Control for MenuBarControl

source§

const TYPE: ControlType = ControlType::MenuBar

source§

impl Control for MenuControl

source§

const TYPE: ControlType = ControlType::Menu

source§

impl Control for MenuItemControl

source§

const TYPE: ControlType = ControlType::MenuItem

source§

impl Control for PaneControl

source§

const TYPE: ControlType = ControlType::Pane

source§

impl Control for ProgressBarControl

source§

const TYPE: ControlType = ControlType::ProgressBar

source§

impl Control for RadioButtonControl

source§

const TYPE: ControlType = ControlType::RadioButton

source§

impl Control for ScrollBarControl

source§

const TYPE: ControlType = ControlType::ScrollBar

source§

impl Control for SemanticZoomControl

source§

const TYPE: ControlType = ControlType::SemanticZoom

source§

impl Control for SeparatorControl

source§

const TYPE: ControlType = ControlType::Separator

source§

impl Control for SliderControl

source§

const TYPE: ControlType = ControlType::Slider

source§

impl Control for SpinnerControl

source§

const TYPE: ControlType = ControlType::Spinner

source§

impl Control for SplitButtonControl

source§

const TYPE: ControlType = ControlType::SplitButton

source§

impl Control for StatusBarControl

source§

const TYPE: ControlType = ControlType::StatusBar

source§

impl Control for TabControl

source§

const TYPE: ControlType = ControlType::Tab

source§

impl Control for TabItemControl

source§

const TYPE: ControlType = ControlType::TabItem

source§

impl Control for TableControl

source§

const TYPE: ControlType = ControlType::Table

source§

impl Control for TextControl

source§

const TYPE: ControlType = ControlType::Text

source§

impl Control for ThumbControl

source§

const TYPE: ControlType = ControlType::Thumb

source§

impl Control for TitleBarControl

source§

const TYPE: ControlType = ControlType::TitleBar

source§

impl Control for ToolBarControl

source§

const TYPE: ControlType = ControlType::ToolBar

source§

impl Control for ToolTipControl

source§

const TYPE: ControlType = ControlType::ToolTip

source§

impl Control for TreeControl

source§

const TYPE: ControlType = ControlType::Tree

source§

impl Control for TreeItemControl

source§

const TYPE: ControlType = ControlType::TreeItem

source§

impl Control for WindowControl

source§

const TYPE: ControlType = ControlType::Window