C# Class NFe.UI.Dialogs

Inheritance: MetroFramework.Forms.MetroForm
Afficher le fichier Open project: akretion/uninfe Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Method Details

Dialogs() public méthode

public Dialogs ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowMessage() public static méthode

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
Résultat void

YesNo() public static méthode

public static YesNo ( string msg, int w, int h ) : bool
msg string
w int
h int
Résultat bool