Control Enabled property

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    Control Enabled property

    Hi,

    I am working on a custom control and when I make enabled = false the
    following property is added:
    disabled="disab led"

    Can I change this? I want enabled = false to do something else.

    Thanks,
    Miguel
  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: Control Enabled property

    override the Enabled property.

    -- bruce (sqlwork.com)


    "shapper" wrote:
    Hi,
    >
    I am working on a custom control and when I make enabled = false the
    following property is added:
    disabled="disab led"
    >
    Can I change this? I want enabled = false to do something else.
    >
    Thanks,
    Miguel
    >

    Comment

    Working...