C# Class KeePass.Forms.StatusProgressForm

Inheritance: System.Windows.Forms.Form, IStatusLogger
Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner, string strInitialOp ) : StatusProgressForm
ContinueWork ( ) : bool
DestroyEx ( StatusProgressForm dlg ) : void
EndLogging ( ) : void
InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
StatusProgressForm ( ) : System

Private Methods

Méthode Description
DoCancel ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
SetProgressGlobal ( string strText, int nPercent ) : bool
SetProgressInternal ( string strText, int nPercent ) : void

Method Details

ConstructEx() public static méthode

public static ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner, string strInitialOp ) : StatusProgressForm
strTitle string
bCanCancel bool
bMarqueeProgress bool
fOwner System.Windows.Forms.Form
strInitialOp string
Résultat StatusProgressForm

ContinueWork() public méthode

public ContinueWork ( ) : bool
Résultat bool

DestroyEx() public static méthode

public static DestroyEx ( StatusProgressForm dlg ) : void
dlg StatusProgressForm
Résultat void

EndLogging() public méthode

public EndLogging ( ) : void
Résultat void

InitEx() public méthode

public InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner ) : void
strTitle string
bCanCancel bool
bMarqueeProgress bool
fOwner System.Windows.Forms.Form
Résultat void

SetProgress() public méthode

public SetProgress ( uint uPercent ) : bool
uPercent uint
Résultat bool

SetText() public méthode

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
Résultat bool

StartLogging() public méthode

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
Résultat void

StatusProgressForm() public méthode

public StatusProgressForm ( ) : System
Résultat System