|
I have a custom wizard page. I am trying to use a FileNameEditor as the valueEditor. I have added a value editor UI component to the page and I have placed the following line for one of my arguments: <Argument Name="FileName" Type="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> But, when I run the code, there is no button in the value editor. What am I doing wrong? Thanks! |