Hi
i found this in the FolderBrowserDialog class. does this mean that i cannot activate the helprequest event? Then how should i do to add a help button to the FolderBrowserDialog?
do anyone as any advises?
Thanks in advance
lancy
i found this in the FolderBrowserDialog class. does this mean that i cannot activate the helprequest event? Then how should i do to add a help button to the FolderBrowserDialog?
do anyone as any advises?
Thanks in advance
lancy
C#:
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler HelpRequest;