C# Класс BF2Statistics.LoadingForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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