Свойство | Тип | Описание | |
---|---|---|---|
AllowDrag | bool |
Метод | Описание | |
---|---|---|
CloseForm ( ) : void |
Method called to close the update form
|
|
ShowScreen ( |
Main calling method. Opens a new instance of the form, and displays it
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
WndProc ( |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public static ShowScreen ( |
||
Parent | 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 |
protected WndProc ( |
||
message | ||
Результат | void |