C# Class KeePass.UI.StatusUtil.StatusProgressFormWrapper

Inheritance: IStatusLogger
Afficher le fichier Open project: amiryal/keepass2

Méthodes publiques

Méthode Description
ContinueWork ( ) : bool
EndLogging ( ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
StatusProgressFormWrapper ( Form fParent, string strTitle, bool bCanCancel, bool bMarqueeProgress ) : System

Method Details

ContinueWork() public méthode

public ContinueWork ( ) : bool
Résultat bool

EndLogging() public méthode

public EndLogging ( ) : void
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

StatusProgressFormWrapper() public méthode

public StatusProgressFormWrapper ( Form fParent, string strTitle, bool bCanCancel, bool bMarqueeProgress ) : System
fParent System.Windows.Forms.Form
strTitle string
bCanCancel bool
bMarqueeProgress bool
Résultat System