J
Jay Douglas
I have various different web user controls through out my web application.
I would like to view the properties/fields for these user controls in the
designer property window ....
For instance:
public bool HasMenu {
get
{
return hasMenu;
}
set
{
hasMenu = value;
}
}
I would like there to me a "HasMenu" item in the property window of the
designer that has a drop down box with True/False for the options.
Please let me know if this is possible.
Thanks.
I would like to view the properties/fields for these user controls in the
designer property window ....
For instance:
public bool HasMenu {
get
{
return hasMenu;
}
set
{
hasMenu = value;
}
}
I would like there to me a "HasMenu" item in the property window of the
designer that has a drop down box with True/False for the options.
Please let me know if this is possible.
Thanks.