C# 클래스 IBE.Enums_and_Utility_Classes.RNBaseForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 메소드들

메소드 설명
GetWindowData ( ) : WindowData
RNBaseForm ( ) : System
ShowEx ( ) : void

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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Form_Resize() 보호된 메소드

protected Form_Resize ( object sender, System e ) : void
sender object
e System
리턴 void

Form_ResizeEnd() 보호된 메소드

protected Form_ResizeEnd ( object sender, System e ) : void
sender object
e System
리턴 void

GetWindowData() 공개 메소드

public GetWindowData ( ) : WindowData
리턴 WindowData

RNBaseForm() 공개 메소드

public RNBaseForm ( ) : System
리턴 System

ShowEx() 공개 메소드

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

loadWindowPosition() 보호된 메소드

protected loadWindowPosition ( ) : void
리턴 void

saveWindowPosition() 보호된 메소드

protected saveWindowPosition ( ) : void
리턴 void