A set of static methods that can perform a specific action on a Control that was not created on the current thread.
If an invoke is not required, a normal action is taken.

Declaration Syntax
public static class ThreadInvokes
Public NotInheritable Class ThreadInvokes
public ref class ThreadInvokes abstract sealed

Members
| Icon | Member | Description |
|---|
  | CheckboxSetChecked(Form, CheckBox, Boolean) |
|
  | CheckedListBoxSetChecked(Form, CheckedListBox, Int32, Boolean) |
|
  | ControlGetText(Form, Control) |
|
  | ControlSetEnabled(Form, Control, Boolean) |
|
  | ControlSetText(Form, Control, String) |
|
  | ControlSetVisible(Form, Control, Boolean) |
|
  | ListboxAdd(Form, ListBox, Object) |
|
  | ListboxClear(Form, ListBox) |
|
  | ListboxGetSelected(Form, ListBox, Int32) |
|
  | ListboxSetSelected(Form, ListBox, Int32, Boolean) |
|
  | ListViewGetItem(Form, ListView, Int32) |
|
  | ListViewGetItemChecked(Form, ListView, Int32) |
|
  | ListViewInsert(Form, ListView, Int32, ListViewItem) |
|
  | ProgressBarSetValue(Form, ProgressBar, Int32) |
|
  | RichTextBoxAppendDateTimeLine(Form, RichTextBox, String) |
|
  | RichTextBoxAppendText(Form, RichTextBox, String) |
|
  | RichTextBoxSetRtf(Form, RichTextBox, String) |
|
  | TreeViewClear(Form, TreeView) |
|

Inheritance Hierarchy
Assembly:
Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 2.10.2.218