Returns a value that determines whether the WhatsThis button appears in the title bar of the form.
[ bWhatsThisButton = ] Object.WhatsThisButton
The WhatsThisButton property syntax has the following parts:
Name |
Type |
Description |
Object |
AForm |
AForm object |
bWhatsThisButton |
Bool |
A boolean expression that specifies whether the WhatsThis button appears in the title bar of the form. |
bWhatsThisButton can be one of the following:
Value |
Description |
True |
Turns on display of the What's This Help button. |
False * |
Turns off display of the What's This Help button. |
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 property= False
MaxButton property= False
This property can be set at design time and is read-only at run time.
The following statement returns whether the AForm WhatsThisHelp button can be displayed on the form:
bfrm1WhatsThisButton = frm1.WhatsThisButton
BorderStyle, ControlBox, Help, HelpContextID, HelpFile, MaxButton, MinButton, MsgBox, ShowHelpContext, ShowWhatsThis, ToolTipText, WhatsThisHelpID, WhatsThisHelpText, WhatsThisMode