Click or drag to resize

ThreadInvokesListViewGetItemChecked Method

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

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static bool ListViewGetItemChecked(
	Form parent,
	ListView target,
	int index
)

Parameters

parent
Type: System.Windows.FormsForm

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

target
Type: System.Windows.FormsListView

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

index
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.ThreadInvokes.ListViewGetItemChecked(System.Windows.Forms.Form,System.Windows.Forms.ListView,System.Int32)"]

See Also