C# Class MissionPlanner.Controls.Loading

Mostrar archivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
label1 System.Windows.Forms.Label

Public Methods

Method Description
Close ( ) : void
Loading ( ) : System
ShowLoading ( string Text, IWin32Window owner = null ) : Loading

Create a new dialog or use an existing one if its still valid

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Frm_Closing ( object sender, CancelEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Close() public static method

public static Close ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Loading() public method

public Loading ( ) : System
return System

ShowLoading() public static method

Create a new dialog or use an existing one if its still valid
public static ShowLoading ( string Text, IWin32Window owner = null ) : Loading
Text string
owner IWin32Window
return Loading

Property Details

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label