[Description("Use this web site for support")]
[GridCategory(" Dashboard")]
[Gui.Design.DisplayNameAttribute(" Support")]
public string WebSite
{
get { return "http://protradingtools.com"; }
}
In v7.0, I get an error when I use this technique:
Thanks!

Comment