C# Class MabiPacker.ProgressDialog

Show file Open project: logue/MabiPack Class Usage Examples

Public Methods

Method Description
CloseDialog ( ) : void

Close Dialog

ProgressDialog ( ) : System

Constructor

ProgressDialog ( IntPtr parentHandle ) : System

Constructor

ShowDialog ( ) : void

Show Progress Dialog

Private Methods

Method Description
CloseWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

CloseDialog() public method

Close Dialog
public CloseDialog ( ) : void
return void

ProgressDialog() public method

Constructor
public ProgressDialog ( ) : System
return System

ProgressDialog() public method

Constructor
public ProgressDialog ( IntPtr parentHandle ) : System
parentHandle System.IntPtr Handle
return System

ShowDialog() public method

Show Progress Dialog
public ShowDialog ( ) : void
return void