Click or drag to resize

ThreadInvokesProgressBarSetValue Method

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.ProgressBarSetValue(System.Windows.Forms.Form,System.Windows.Forms.ProgressBar,System.Int32)"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static void ProgressBarSetValue(
	Form parent,
	ProgressBar target,
	int value
)

Parameters

parent
Type: System.Windows.FormsForm

[Missing <param name="parent"/> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.ProgressBarSetValue(System.Windows.Forms.Form,System.Windows.Forms.ProgressBar,System.Int32)"]

target
Type: System.Windows.FormsProgressBar

[Missing <param name="target"/> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.ProgressBarSetValue(System.Windows.Forms.Form,System.Windows.Forms.ProgressBar,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.ProgressBarSetValue(System.Windows.Forms.Form,System.Windows.Forms.ProgressBar,System.Int32)"]

See Also