I can't believe I can't find this anywere, but does anyone know what Editor class to use in the designer for browsing to a Grammar URI. That is, on my custom control, I want a design property which is the URI for the Grammar (as the built in controls have). I've tried the following, but it gives me a string - seems like I should be able to get the same Grammar editor that the SpeeechServer controls have.
[
Editor("System.Windows.Forms.Design.FileNameEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
Thanks in advance!
Sydney