Click or drag to resize

ThreadInvokesCheckboxSetChecked Method

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.CheckboxSetChecked(System.Windows.Forms.Form,System.Windows.Forms.CheckBox,System.Boolean)"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static void CheckboxSetChecked(
	Form parent,
	CheckBox target,
	bool isChecked
)

Parameters

parent
Type: System.Windows.FormsForm

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

target
Type: System.Windows.FormsCheckBox

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

isChecked
Type: SystemBoolean

[Missing <param name="isChecked"/> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.CheckboxSetChecked(System.Windows.Forms.Form,System.Windows.Forms.CheckBox,System.Boolean)"]

See Also