CheckedListBoxExtrasCheckAll Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void CheckAll(
CheckedListBox cb,
bool value
)
Public Shared Sub CheckAll (
cb As CheckedListBox,
value As Boolean
)
public:
static void CheckAll(
CheckedListBox^ cb,
bool value
)
static member CheckAll :
cb : CheckedListBox *
value : bool -> unit
Parameters
- cb
- Type: System.Windows.FormsCheckedListBox
- value
- Type: SystemBoolean
See Also