C# Class CSKernelClient.cWindow

Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool
ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool
centerForm ( Form form ) : void
locateFormAtLeft ( Form form ) : void
locateFormAtTop ( Form form ) : void
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

Private Methods

Méthode Description
pMsgAux ( String msg, CSMSGICONS icon, String title, String details ) : void

Method Details

ask() public static méthode

public static ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool
msg String
defaultButton MessageBoxDefaultButton
Résultat bool

ask() public static méthode

public static ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool
msg String
defaultButton MessageBoxDefaultButton
Title String
Résultat bool

centerForm() public static méthode

public static centerForm ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

locateFormAtLeft() public static méthode

public static locateFormAtLeft ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

locateFormAtTop() public static méthode

public static locateFormAtTop ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

msgError() public static méthode

public static msgError ( String msg ) : void
msg String
Résultat void

msgError() public static méthode

public static msgError ( String msg, String title ) : void
msg String
title String
Résultat void

msgError() public static méthode

public static msgError ( String msg, String title, String details ) : void
msg String
title String
details String
Résultat void

msgInfo() public static méthode

public static msgInfo ( String msg ) : void
msg String
Résultat void

msgInfo() public static méthode

public static msgInfo ( String msg, String title ) : void
msg String
title String
Résultat void

msgWarning() public static méthode

public static msgWarning ( String msg ) : void
msg String
Résultat void

msgWarning() public static méthode

public static msgWarning ( String msg, String title ) : void
msg String
title String
Résultat void

msgWarning() public static méthode

public static msgWarning ( String msg, String title, String details ) : void
msg String
title String
details String
Résultat void

setTitle() public static méthode

public static setTitle ( String value ) : void
value String
Résultat void