프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SuppressEvents | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DatabaseWindowFormClosing | void | ||
DatabaseWindowLoad | void |
메소드 | 설명 | |
---|---|---|
DatabaseWindow ( ) : System |
Default constructor
|
|
NotifyRefresh ( RefreshType type ) : void |
Refreshes objects by type flag This methods is to be overridden in inherited classes. |
|
RefreshCurrentObject ( ) : void |
Refreshes the current game object selected This method must be overridden in inherited classes |
|
RefreshHeader ( ) : void |
Refreshes the header _srcTexture
|
|
RefreshObjectList ( ) : void |
Refreshes the list of game objects
|
|
SetWindowIcon ( Image image ) : void |
Sets the form's icon using the given Bitmap object.
|
메소드 | 설명 | |
---|---|---|
ChangeCapacity ( ) : void |
Changes the capcity of the given game object collection.
|
메소드 | 설명 | |
---|---|---|
DatabaseWindowFormClosing ( object sender, |
Unregisters the window when it is closed
|
|
DatabaseWindowLoad ( object sender, |
Registers the window when it is loaded
|
public NotifyRefresh ( RefreshType type ) : void | ||
type | RefreshType | Flag for type of object to refresh |
리턴 | void |
public SetWindowIcon ( Image image ) : void | ||
image | Image | Bitmap to create Icon from. |
리턴 | void |