C# Class IBE.Enums_and_Utility_Classes.RNBaseForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Duke-Jones/ED-IBE

Méthodes publiques

Méthode Description
GetWindowData ( ) : WindowData
RNBaseForm ( ) : System
ShowEx ( ) : void

shows the form, also if it's minimized or in the background

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Form_Resize ( object sender, System e ) : void
Form_ResizeEnd ( object sender, System e ) : void
loadWindowPosition ( ) : void
saveWindowPosition ( ) : void

Private Methods

Méthode Description
Form_Shown ( object sender, System e ) : void
InitializeComponent ( ) : void

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

RNBaseForm_Load ( object sender, EventArgs e ) : void

Method Details

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

Form_Resize() protected méthode

protected Form_Resize ( object sender, System e ) : void
sender object
e System
Résultat void

Form_ResizeEnd() protected méthode

protected Form_ResizeEnd ( object sender, System e ) : void
sender object
e System
Résultat void

GetWindowData() public méthode

public GetWindowData ( ) : WindowData
Résultat WindowData

RNBaseForm() public méthode

public RNBaseForm ( ) : System
Résultat System

ShowEx() public méthode

shows the form, also if it's minimized or in the background
public ShowEx ( ) : void
Résultat void

loadWindowPosition() protected méthode

protected loadWindowPosition ( ) : void
Résultat void

saveWindowPosition() protected méthode

protected saveWindowPosition ( ) : void
Résultat void