C# 클래스 BF2Statistics.LoadingForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
AllowDrag bool

공개 메소드들

메소드 설명
CloseForm ( ) : void

Method called to close the update form

ShowScreen ( Form Parent, bool AllowDrag = false, string WindowTitle = "Loading... Please Wait" ) : void

Main calling method. Opens a new instance of the form, and displays it

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &message ) : void

Prevents the form from being dragable

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

LoadingForm ( ) : System

메소드 상세

CloseForm() 공개 정적인 메소드

Method called to close the update form
public static CloseForm ( ) : void
리턴 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

ShowScreen() 공개 정적인 메소드

Main calling method. Opens a new instance of the form, and displays it
public static ShowScreen ( Form Parent, bool AllowDrag = false, string WindowTitle = "Loading... Please Wait" ) : void
Parent System.Windows.Forms.Form The parent form, that will be used to center this form over
AllowDrag bool Sets whether this window will be allowed to be moved by the user
WindowTitle string The text in the window title bar
리턴 void

WndProc() 보호된 메소드

Prevents the form from being dragable
protected WndProc ( Message &message ) : void
message System.Windows.Forms.Message
리턴 void

프로퍼티 상세

AllowDrag 보호되어 있는 프로퍼티

Gets or Sets whether the User is able to move the window
protected bool AllowDrag
리턴 bool