C# 클래스 MissionPlanner.Controls.MavlinkCheckBox

상속: System.Windows.Forms.CheckBox
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MavlinkCheckBox_CheckedChanged void
enableControl void

공개 메소드들

메소드 설명
MavlinkCheckBox ( ) : System
setup ( double OnValue, double OffValue, string paramname, MAVLink paramlist, Control enabledisable = null ) : void

비공개 메소드들

메소드 설명
MavlinkCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
enableControl ( bool enable ) : void

메소드 상세

MavlinkCheckBox() 공개 메소드

public MavlinkCheckBox ( ) : System
리턴 System

setup() 공개 메소드

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
리턴 void