C# 클래스 MissionPlanner.Controls.MainSwitcher

상속: IDisposable
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
current System.Windows.Forms.Screen
screens List

공개 메소드들

메소드 설명
AddScreen ( Screen Screen ) : void
CreateControl ( Screen current ) : void
Dispose ( ) : void
MainSwitcher ( Control Parent ) : System
Reload ( ) : void
ShowScreen ( string name ) : void

메소드 상세

AddScreen() 공개 메소드

public AddScreen ( Screen Screen ) : void
Screen System.Windows.Forms.Screen
리턴 void

CreateControl() 공개 메소드

public CreateControl ( Screen current ) : void
current System.Windows.Forms.Screen
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MainSwitcher() 공개 메소드

public MainSwitcher ( Control Parent ) : System
Parent System.Windows.Forms.Control
리턴 System

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

ShowScreen() 공개 메소드

public ShowScreen ( string name ) : void
name string
리턴 void

프로퍼티 상세

current 공개적으로 프로퍼티

public Screen,System.Windows.Forms current
리턴 System.Windows.Forms.Screen

screens 공개적으로 프로퍼티

public List screens
리턴 List