Method | Description | |
---|---|---|
ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool | ||
ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool | ||
centerForm ( |
||
locateFormAtLeft ( |
||
locateFormAtTop ( |
||
msgError ( String msg ) : void | ||
msgError ( String msg, String title ) : void | ||
msgError ( String msg, String title, String details ) : void | ||
msgInfo ( String msg ) : void | ||
msgInfo ( String msg, String title ) : void | ||
msgWarning ( String msg ) : void | ||
msgWarning ( String msg, String title ) : void | ||
msgWarning ( String msg, String title, String details ) : void | ||
setTitle ( String value ) : void |
Method | Description | |
---|---|---|
pMsgAux ( String msg, CSMSGICONS icon, String title, String details ) : void |
public static ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool | ||
msg | String | |
defaultButton | MessageBoxDefaultButton | |
return | bool |
public static ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool | ||
msg | String | |
defaultButton | MessageBoxDefaultButton | |
Title | String | |
return | bool |
public static centerForm ( |
||
form | ||
return | void |
public static locateFormAtLeft ( |
||
form | ||
return | void |
public static locateFormAtTop ( |
||
form | ||
return | void |
public static msgError ( String msg, String title ) : void | ||
msg | String | |
title | String | |
return | void |
public static msgError ( String msg, String title, String details ) : void | ||
msg | String | |
title | String | |
details | String | |
return | void |
public static msgInfo ( String msg, String title ) : void | ||
msg | String | |
title | String | |
return | void |
public static msgWarning ( String msg ) : void | ||
msg | String | |
return | void |
public static msgWarning ( String msg, String title ) : void | ||
msg | String | |
title | String | |
return | void |
public static msgWarning ( String msg, String title, String details ) : void | ||
msg | String | |
title | String | |
details | String | |
return | void |
public static setTitle ( String value ) : void | ||
value | String | |
return | void |