D
David N
All,
I created a control that have the following property defined:
private bool autoSearch
[
DefaultValue(typeof(bool),true),
Description("Auto search upon typing"),
Category("Behavior")
]
My control is compiled and created fine. But, after adding the control to
my form, I noticed the following problems:
1. The autoSearch property does not show up in the Behavior category.
Instead, it's shown in the Misc. category.
2. The Decription does not show up at all. I can see the autoSearch
property. I can change its value from true to false. But when I clicked on
the autoSearch, its desciption does not show up.
Can someone shed a light on this?
Thanks.
I created a control that have the following property defined:
private bool autoSearch
[
DefaultValue(typeof(bool),true),
Description("Auto search upon typing"),
Category("Behavior")
]
My control is compiled and created fine. But, after adding the control to
my form, I noticed the following problems:
1. The autoSearch property does not show up in the Behavior category.
Instead, it's shown in the Misc. category.
2. The Decription does not show up at all. I can see the autoSearch
property. I can change its value from true to false. But when I clicked on
the autoSearch, its desciption does not show up.
Can someone shed a light on this?
Thanks.