Checkbox General

Item Value Changed private: System::Void CheckboxSetLedChanged (System::Object^ sender, System::EventArgs^ e) { System::Windows::Forms::CheckBox ^CallingCheckBox = safe_cast<System::Windows::Forms::CheckBox^>(sender); if (CallingCheckBox->Checked) { } }    

Read More