Method | Description | |
---|---|---|
AsyncShow ( this form ) : void |
Shows the ext.
|
|
AsyncShow ( this form, IWin32Window owner ) : void |
Shows the ext.
|
|
AsyncShowDialog ( this form ) : DialogResult |
Shows the ext.
|
|
AsyncShowDialog ( this form, IWin32Window owner ) : DialogResult |
Shows the ext.
|
|
CloseExt ( this form ) : void |
Closes the ext.
|
|
GetChecked ( this cb ) : bool |
Gets the checked.
|
|
GetText ( this ctrl ) : string | ||
GetValue ( this pb ) : int | ||
HideExt ( this form ) : void |
Hides the ext.
|
|
IncrementExt ( this pb, int increment ) : void |
increments the progress bar
|
|
SetChecked ( this cb, bool @checked ) : void |
Sets the checked.
|
|
SetMaximum ( this pb, int max ) : void |
Sets the progress bar maximum.
|
|
SetMinimum ( this pb, int min ) : void |
Sets the progress bar minimum.
|
|
SetText ( this ctrl, string text ) : void | ||
SetValue ( this pb, int value ) : void |
Sets the progress bar value.
|
Method | Description | |
---|---|---|
GetCheckedInternal ( |
Gets the checked internal.
|
|
GetTextInternal ( |
Gets the text internal.
|
|
InternalGetProgressBarValue ( System.Windows.Forms.ProgressBar pb ) : int | ||
InternalSetProgressBarMaximum ( System.Windows.Forms.ProgressBar pb, int max ) : void | ||
InternalSetProgressBarMinimum ( System.Windows.Forms.ProgressBar pb, int min ) : void | ||
InternalSetProgressBarValue ( System.Windows.Forms.ProgressBar pb, int value ) : void | ||
SetCheckedInternal ( |
Sets the checked internal.
|
|
SetTextInternal ( |
Sets the text internal.
|
public static AsyncShow ( this form ) : void | ||
form | this | The Form. |
return | void |
public static AsyncShow ( this form, IWin32Window owner ) : void | ||
form | this | The Form. |
owner | IWin32Window | |
return | void |
public static AsyncShowDialog ( this form ) : DialogResult | ||
form | this | The Form. |
return | DialogResult |
public static AsyncShowDialog ( this form, IWin32Window owner ) : DialogResult | ||
form | this | The Form. |
owner | IWin32Window | |
return | DialogResult |
public static CloseExt ( this form ) : void | ||
form | this | The form. |
return | void |
public static GetChecked ( this cb ) : bool | ||
cb | this | The cb. |
return | bool |
public static HideExt ( this form ) : void | ||
form | this | The Form. |
return | void |
public static IncrementExt ( this pb, int increment ) : void | ||
pb | this | The pb. |
increment | int | The increment. |
return | void |
public static SetChecked ( this cb, bool @checked ) : void | ||
cb | this | The cb. |
@checked | bool | |
return | void |
public static SetMaximum ( this pb, int max ) : void | ||
pb | this | The pb. |
max | int | The max. |
return | void |
public static SetMinimum ( this pb, int min ) : void | ||
pb | this | The pb. |
min | int | The min. |
return | void |
public static SetText ( this ctrl, string text ) : void | ||
ctrl | this | |
text | string | |
return | void |
public static SetValue ( this pb, int value ) : void | ||
pb | this | The pb. |
value | int | The value. |
return | void |