Свойство | Тип | Описание | |
---|---|---|---|
XNAMessageDialog | System |
Метод | Описание | |
---|---|---|
CreateDialog ( String message, DialogType type ) : |
Creates a new message dialog. Note that you have to add your button listeners to this pane for it to do something.
|
|
DoLayout ( ) : void |
Re-does the layout for this Message Dialog. Should be called when the user specifies a custom font rather than the the default font, or when the client window size changes.
|
|
Draw ( |
Метод | Описание | |
---|---|---|
XNAMessageDialog ( String message, DialogType type ) : System |
public static CreateDialog ( String message, DialogType type ) : |
||
message | String | The message of the pane. |
type | DialogType | The type of the pane |
Результат |
public Draw ( |
||
sb | ||
Результат | void |