C# Класс MissionPlanner.Controls.PreFlight.CheckListControl

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

Открытые свойства

Свойство Тип Описание
CheckListItems List
configfile string
configfiledefault string

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

Метод Описание
CheckListControl ( ) : System
Draw ( ) : void
LoadConfig ( ) : void
SaveConfig ( ) : void
UpdateDisplay ( ) : void

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

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

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

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

Метод Описание
BUT_edit_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.

addwarningcontrol ( int x, int y, CheckListItem item, bool hideforchild = false ) : Control
timer1_Tick ( object sender, EventArgs e ) : void

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

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

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

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

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

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

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

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

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

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

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

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

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

Описание свойств

CheckListItems публичное свойство

public List CheckListItems
Результат List

configfile публичное свойство

public string configfile
Результат string

configfiledefault публичное свойство

public string configfiledefault
Результат string