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. Reg: Disabling single item of CheckedListBox in C# -

Reg: Disabling single item of CheckedListBox in C# -

Scheduled Pinned Locked Moved C#
csharphelp
2 Posts 2 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.
  • H Offline
    H Offline
    hemamerp
    wrote on last edited by
    #1

    Hi I want to disable the first item in the CheckedListBox control of C SHARP I checked for .selected property but i don find it in CheckedListBox property in Winform . checkedListBox2.Items[i].Equal, checkedListBox2.Items[i].GetHashcode, checkedListBox2.Items[i].GetType, checkedListBox2.Items[i].ToString() is only available.. i don find the checkedListBox2.Items[i].Enabled property... Pls help me Regards, Hema Krish.

    H 1 Reply Last reply
    0
    • H hemamerp

      Hi I want to disable the first item in the CheckedListBox control of C SHARP I checked for .selected property but i don find it in CheckedListBox property in Winform . checkedListBox2.Items[i].Equal, checkedListBox2.Items[i].GetHashcode, checkedListBox2.Items[i].GetType, checkedListBox2.Items[i].ToString() is only available.. i don find the checkedListBox2.Items[i].Enabled property... Pls help me Regards, Hema Krish.

      H Offline
      H Offline
      Heinzzy
      wrote on last edited by
      #2

      checkedListBox1.SetItemCheckState(1, CheckState.Indeterminate);

      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