Method | Description | |
---|---|---|
Dialogs ( ) : System | ||
ShowMessage ( string msg, int w, int h, System iconStyle, ScrollBars scrollBars = ScrollBars.None ) : void | ||
YesNo ( string msg, int w, int h ) : bool |
Method | Description | |
---|---|---|
OnLoad ( |
public static ShowMessage ( string msg, int w, int h, System iconStyle, ScrollBars scrollBars = ScrollBars.None ) : void | ||
msg | string | |
w | int | |
h | int | |
iconStyle | System | |
scrollBars | ScrollBars | |
return | void |
public static YesNo ( string msg, int w, int h ) : bool | ||
msg | string | |
w | int | |
h | int | |
return | bool |