C# Class NFe.UI.Dialogs

Inheritance: MetroFramework.Forms.MetroForm
Show file Open project: akretion/uninfe Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

Dialogs() public method

public Dialogs ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

ShowMessage() public static method

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

YesNo() public static method

public static YesNo ( string msg, int w, int h ) : bool
msg string
w int
h int
return bool