Re: Making OptionGroups ReadOnly

From: Andrew R (adr.notme_at_sarcastic.co.uk)
Date: 03/22/05


Date: Tue, 22 Mar 2005 16:31:41 -0000

OptionGroup is designed as a selector - being ReadOnly is of no value. What
you want is probably the Enabled property.

If you do not like the Greying then you can change the DisabledBackColor and
DisabledForeColor settings for the options in the OptionGroup. And you can
of course, use your newly aquired knowledge of SetAll to do this for each
option simultaneously.

Andrew R.

"Jeff Grippe" <jgrippe@hilldun.com> wrote in message
news:1140gpj4ue7tbdf@news.supernews.com...
: Hello and thanks in advance for the help.
:
: Is there a simple way to make OptionGroup controls readonly?
:
: Does anyone know why they don't have a readonly property (because they are
: container perhaps)?
:
: Thanks,
:
: Jeff
:
:


Loading