C# Класс MissionPlanner.GCSViews.ConfigurationView.ConfigFlightModes

Наследование: System.Windows.Forms.UserControl, IActivate, IDeactivate
Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : void
ConfigFlightModes ( ) : System
Deactivate ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
BUT_SaveModes_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

findandenableordisable ( string ctl, bool enable ) : void
flightmode_SelectedIndexChanged ( object sender, EventArgs e ) : void
linkLabel1_ss_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
readSwitch ( float inpwm ) : byte
timer_Tick ( object sender, EventArgs e ) : void
updateDropDown ( ComboBox ctl, string param ) : void

Описание методов

Activate() публичный Метод

public Activate ( ) : void
Результат void

ConfigFlightModes() публичный Метод

public ConfigFlightModes ( ) : System
Результат System

Deactivate() публичный Метод

public Deactivate ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Результат bool