WhatsThisButton Property (AForm)

Returns a value that determines whether the WhatsThis button appears in the title bar of the form.

Syntax

 [ 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.

Where

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.

Comments

The WhatsThisHelp property must be True for the WhatsThisButton property to be True. In addition, the following properties must also be set as shown:

This property can be set at design time and is read-only at run time.

Example

The following statement returns whether the AForm WhatsThisHelp button can be displayed on the form:

bfrm1WhatsThisButton = frm1.WhatsThisButton

Applies to

AForm

See Also

BorderStyle, ControlBox, Help, HelpContextID, HelpFile, MaxButton, MinButton, MsgBox, ShowHelpContext, ShowWhatsThis, ToolTipText, WhatsThisHelpID, WhatsThisHelpText, WhatsThisMode