Method | Description | |
---|---|---|
ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
ContinueWork ( ) : bool | ||
DestroyEx ( |
||
EndLogging ( ) : void | ||
InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
SetProgress ( uint uPercent ) : bool | ||
SetText ( string strNewText, LogStatusType lsType ) : bool | ||
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void | ||
StatusProgressForm ( ) : System |
Method | Description | |
---|---|---|
DoCancel ( ) : void | ||
OnBtnCancel ( object sender, |
||
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
OnFormClosing ( object sender, |
||
OnFormLoad ( object sender, |
||
SetProgressGlobal ( string strText, int nPercent ) : bool | ||
SetProgressInternal ( string strText, int nPercent ) : void |
public static ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
strTitle | string | |
bCanCancel | bool | |
bMarqueeProgress | bool | |
fOwner | ||
strInitialOp | string | |
return |
public static DestroyEx ( |
||
dlg | ||
return | void |
public InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
strTitle | string | |
bCanCancel | bool | |
bMarqueeProgress | bool | |
fOwner | ||
return | void |
public SetText ( string strNewText, LogStatusType lsType ) : bool | ||
strNewText | string | |
lsType | LogStatusType | |
return | bool |
public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void | ||
strOperation | string | |
bWriteOperationToLog | bool | |
return | void |