C# Class MissionPlanner.Controls.MavlinkCheckBox

Inheritance: System.Windows.Forms.CheckBox
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Private Properties

Свойство Type Description
MavlinkCheckBox_CheckedChanged void
enableControl void

Méthodes publiques

Méthode Description
MavlinkCheckBox ( ) : System
setup ( double OnValue, double OffValue, string paramname, MAVLink paramlist, Control enabledisable = null ) : void

Private Methods

Méthode Description
MavlinkCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
enableControl ( bool enable ) : void

Method Details

MavlinkCheckBox() public méthode

public MavlinkCheckBox ( ) : System
Résultat System

setup() public méthode

public setup ( double OnValue, double OffValue, string paramname, MAVLink paramlist, Control enabledisable = null ) : void
OnValue double
OffValue double
paramname string
paramlist MAVLink
enabledisable System.Windows.Forms.Control
Résultat void