Returns or sets a value that determines whether the What's This button appears in the title bar of a Form object. Read-only at run time.
Syntax
object.WhatsThisButton
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Settings
The settings for the WhatsThisButton property are:
setting Desciption
true turns display of the what's this help button on
false (defaul)turns display of th What's this Hep button off
Remarks
The WhatsThisHelp property must be True for the WhatsThisButton property to be True. In addition, the following properties must also be set as shown:
- ControlBox property = True
- BorderStyle property = Fixed Single or Sizable
- MinButton and MaxButton = False
– Or –
- BorderStyle property = Fixed Dialog