C# Class IBE.Enums_and_Utility_Classes.RNBaseForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Duke-Jones/ED-IBE

Public Methods

Method Description
GetWindowData ( ) : WindowData
RNBaseForm ( ) : System
ShowEx ( ) : void

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

Protected Methods

Method 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

Method 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 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

Form_Resize() protected method

protected Form_Resize ( object sender, System e ) : void
sender object
e System
return void

Form_ResizeEnd() protected method

protected Form_ResizeEnd ( object sender, System e ) : void
sender object
e System
return void

GetWindowData() public method

public GetWindowData ( ) : WindowData
return WindowData

RNBaseForm() public method

public RNBaseForm ( ) : System
return System

ShowEx() public method

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

loadWindowPosition() protected method

protected loadWindowPosition ( ) : void
return void

saveWindowPosition() protected method

protected saveWindowPosition ( ) : void
return void