Question how to activate the help button of FolderBrowserDialog

lancy

New member
Joined
Jan 26, 2017
Messages
1
Programming Experience
1-3
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
C#:
        [Browsable(false)]        [EditorBrowsable(EditorBrowsableState.Never)]
        public event EventHandler HelpRequest;
 
Back
Top Bottom