Method | Description | |
---|---|---|
AddControl ( this ctrl, |
||
ClearControls ( this ctrl ) : void | ||
CloseExt ( this form ) : void |
Closes the ext.
|
|
GetHandle ( this ctrl ) : |
||
GetValue ( this pb ) : int | ||
HideExt ( this wizard ) : void |
Hides the ext.
|
|
IncrementExt ( this pb, int increment ) : void |
increments the progress bar
|
|
SetBackColor ( this ctrl, Color color ) : void | ||
SetDock ( this ctrl, DockStyle dock ) : void | ||
SetEnabled ( this ctrl, bool enabled ) : void | ||
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 |
Sets the control text.
|
|
SetValue ( this pb, int value ) : void |
Sets the progress bar value.
|
|
SetVisible ( this ctrl, bool visible ) : void | ||
ShowExt ( this wizard ) : void |
Shows the ext.
|
Method | Description | |
---|---|---|
InternalGetHandle ( |
||
InternalGetProgressBarValue ( System.Windows.Forms.ProgressBar pb ) : int | ||
InternalSetBackColor ( |
||
InternalSetControlEnabled ( |
||
InternalSetControlText ( |
||
InternalSetControlVisible ( |
||
InternalSetDock ( |
||
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 |
public static AddControl ( this ctrl, |
||
ctrl | this | |
child | ||
return | void |
public static ClearControls ( this ctrl ) : void | ||
ctrl | this | |
return | void |
public static CloseExt ( this form ) : void | ||
form | this | The form. |
return | void |
public static GetHandle ( this ctrl ) : |
||
ctrl | this | |
return |
public static HideExt ( this wizard ) : void | ||
wizard | this | The wizard. |
return | void |
public static IncrementExt ( this pb, int increment ) : void | ||
pb | this | The pb. |
increment | int | The increment. |
return | void |
public static SetBackColor ( this ctrl, Color color ) : void | ||
ctrl | this | |
color | Color | |
return | void |
public static SetDock ( this ctrl, DockStyle dock ) : void | ||
ctrl | this | |
dock | DockStyle | |
return | void |
public static SetEnabled ( this ctrl, bool enabled ) : void | ||
ctrl | this | |
enabled | 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 | The CTRL. |
text | string | The text. |
return | void |
public static SetValue ( this pb, int value ) : void | ||
pb | this | The pb. |
value | int | The value. |
return | void |
public static SetVisible ( this ctrl, bool visible ) : void | ||
ctrl | this | |
visible | bool | |
return | void |
public static ShowExt ( this wizard ) : void | ||
wizard | this | The wizard. |
return | void |