Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Checkboxes inside checklistbox

Checkboxes inside checklistbox

Scheduled Pinned Locked Moved C#
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Santhosh Sebastian Mattathil
    wrote on last edited by
    #1

    Hi All Can anyone suggest how can we find the checkboxes inside checkedlistbox. Iam not speaking about the checked item inside the checkedlistbox instead i need to find each and every checkbox controls included in the checkedlistbox Thanks in advance Santhosh

    A P 2 Replies Last reply
    0
    • S Santhosh Sebastian Mattathil

      Hi All Can anyone suggest how can we find the checkboxes inside checkedlistbox. Iam not speaking about the checked item inside the checkedlistbox instead i need to find each and every checkbox controls included in the checkedlistbox Thanks in advance Santhosh

      A Offline
      A Offline
      Anindya Chatterjee
      wrote on last edited by
      #2

      I am afraid, you can not access that checkboxes inside the checkedlistbox. But as a last resort we can try using checkedlistbox.Controls property and enumerates the child controls to see if you can get hold of that checkbox. But still I am sure that won't be of much help.

      Regards, Anindya Chatterjee[^]

      S 1 Reply Last reply
      0
      • A Anindya Chatterjee

        I am afraid, you can not access that checkboxes inside the checkedlistbox. But as a last resort we can try using checkedlistbox.Controls property and enumerates the child controls to see if you can get hold of that checkbox. But still I am sure that won't be of much help.

        Regards, Anindya Chatterjee[^]

        S Offline
        S Offline
        Santhosh Sebastian Mattathil
        wrote on last edited by
        #3

        Anindya thanks for the reply foreach (CheckBox c in chkListboxPermission.Controls) { } As you said this is not providing me the desired result.. :( Santhosh

        S 1 Reply Last reply
        0
        • S Santhosh Sebastian Mattathil

          Anindya thanks for the reply foreach (CheckBox c in chkListboxPermission.Controls) { } As you said this is not providing me the desired result.. :( Santhosh

          S Offline
          S Offline
          Stryder_1
          wrote on last edited by
          #4

          What is it you are trying to do?

          1 Reply Last reply
          0
          • S Santhosh Sebastian Mattathil

            Hi All Can anyone suggest how can we find the checkboxes inside checkedlistbox. Iam not speaking about the checked item inside the checkedlistbox instead i need to find each and every checkbox controls included in the checkedlistbox Thanks in advance Santhosh

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            Why would you want to?

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups