W
wavemill
Hello!
I have created a control and i would have add filename:
[Editor(typeof(FileNameEditor), typeof(UITypeEditor)),Description("The
file name"),Category("Data")]
public string _fileName;
public string FileName
{
get {
return _fileName;
}
set {
_fileName = value;
}
}
The FileNameEditor is impossible because i can't have the System.Design.
Did you know how can i do?
Best regards,
Wavemill
I have created a control and i would have add filename:
[Editor(typeof(FileNameEditor), typeof(UITypeEditor)),Description("The
file name"),Category("Data")]
public string _fileName;
public string FileName
{
get {
return _fileName;
}
set {
_fileName = value;
}
}
The FileNameEditor is impossible because i can't have the System.Design.
Did you know how can i do?
Best regards,
Wavemill