Can't see HelpButton ?

  • Thread starter Thread starter Boki
  • Start date Start date
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.
 
From MSDN: "The value of the HelpButton property is ignored if the
Maximize or Minimize buttons are shown."

Marc
 
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

Back
Top