C# Class MissionPlanner.Controls.MainSwitcher

Inheritance: IDisposable
Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
current System.Windows.Forms.Screen
screens List

Public Methods

Method Description
AddScreen ( Screen Screen ) : void
CreateControl ( Screen current ) : void
Dispose ( ) : void
MainSwitcher ( Control Parent ) : System
Reload ( ) : void
ShowScreen ( string name ) : void

Method Details

AddScreen() public method

public AddScreen ( Screen Screen ) : void
Screen System.Windows.Forms.Screen
return void

CreateControl() public method

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

Dispose() public method

public Dispose ( ) : void
return void

MainSwitcher() public method

public MainSwitcher ( Control Parent ) : System
Parent System.Windows.Forms.Control
return System

Reload() public method

public Reload ( ) : void
return void

ShowScreen() public method

public ShowScreen ( string name ) : void
name string
return void

Property Details

current public property

public Screen,System.Windows.Forms current
return System.Windows.Forms.Screen

screens public property

public List screens
return List