Can't see HelpButton ?

B

Boki

Hi All,

I have set my form.HelpButton = true;

but I still can't see any help button on the form.

Could you advice?

Thank you!

Best regards,
Boki.
 
M

Marc Gravell

From MSDN: "The value of the HelpButton property is ignored if the
Maximize or Minimize buttons are shown."

Marc
 
H

Hakan Fatih YILDIRIM

this.MinimizeBox = false;
this.MaximizeBox = false;

this.HelpButton = frue;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top