C# Class iRuler.Dialogs.AboutBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: f5devcentral/f5-irule-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
m_bAutoClose bool
m_timeout int

Méthodes publiques

Méthode Description
AboutBox ( ) : System
SplashForm ( ) : void
showSplashScreen ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AboutBox_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button_OK_Click ( object sender, EventArgs e ) : void
panel1_Paint ( object sender, PaintEventArgs e ) : void
timer_AutoClose_Tick ( object sender, EventArgs e ) : void

Method Details

AboutBox() public méthode

public AboutBox ( ) : System
Résultat System

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

SplashForm() public static méthode

public static SplashForm ( ) : void
Résultat void

showSplashScreen() public static méthode

public static showSplashScreen ( ) : void
Résultat void

Property Details

m_bAutoClose public_oe property

public bool m_bAutoClose
Résultat bool

m_timeout public_oe property

public int m_timeout
Résultat int