Here is the code that apparently is NOT being recognized:
[Description("blah")]
[Category("My Parameters: group 1")]
[Gui.Design.DisplayName("My parm name")]
public bool MyParmName
{
get { return myParmName; }
set { myParmName = value; }
}
If this is, in fact, not supported, why not?
If not, please add this ability.
Gary

Comment