C# Class MissionPlanner.Controls.Loading

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
label1 System.Windows.Forms.Label

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public static Close ( ) : void
Résultat void

Dispose() protected méthode

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

Loading() public méthode

public Loading ( ) : System
Résultat System

ShowLoading() public static méthode

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
Résultat Loading

Property Details

label1 public_oe property

public System.Windows.Forms.Label label1
Résultat System.Windows.Forms.Label