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. C# How to set enabled/disabled buttons collor?

C# How to set enabled/disabled buttons collor?

Scheduled Pinned Locked Moved C#
questioncsharptutorial
3 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.
  • A Offline
    A Offline
    adnanh75
    wrote on last edited by
    #1

    I would like to set another collor of my buttons if they were disabled.. How can I do it? Thank You:doh:

    M 1 Reply Last reply
    0
    • A adnanh75

      I would like to set another collor of my buttons if they were disabled.. How can I do it? Thank You:doh:

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      Somthing like this:

      if(mybutton.Disable)
      mybutton.BackColor = Color.Blue;

      Mazy
      "One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

      A 1 Reply Last reply
      0
      • M Mazdak

        Somthing like this:

        if(mybutton.Disable)
        mybutton.BackColor = Color.Blue;

        Mazy
        "One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

        A Offline
        A Offline
        adnanh75
        wrote on last edited by
        #3

        thanks :)

        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