C# Class MissionPlanner.Controls.MavlinkCheckBox

Inheritance: System.Windows.Forms.CheckBox
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Private Properties

Property Type Description
MavlinkCheckBox_CheckedChanged void
enableControl void

Public Methods

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

Private Methods

Method Description
MavlinkCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
enableControl ( bool enable ) : void

Method Details

MavlinkCheckBox() public method

public MavlinkCheckBox ( ) : System
return System

setup() public method

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
return void