C# Class MissionPlanner.Controls.MainSwitcher.Screen

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
Control System.Windows.Forms.MyUserControl
Name string
Persistent bool
Type System.Type

Public Methods

Method Description
Screen ( string Name, System.Windows.Forms.MyUserControl Control, bool Persistent = false ) : System
Screen ( string Name, Type Type, bool Persistent = false ) : System

Method Details

Screen() public method

public Screen ( string Name, System.Windows.Forms.MyUserControl Control, bool Persistent = false ) : System
Name string
Control System.Windows.Forms.MyUserControl
Persistent bool
return System

Screen() public method

public Screen ( string Name, Type Type, bool Persistent = false ) : System
Name string
Type System.Type
Persistent bool
return System

Property Details

Control public_oe property

public MyUserControl,System.Windows.Forms Control
return System.Windows.Forms.MyUserControl

Name public_oe property

public string Name
return string

Persistent public_oe property

public bool Persistent
return bool

Type public_oe property

public Type,System Type
return System.Type