Applies To
UserForm object.
Description
Returns a Boolean value that determines whether the What's This button appears on the title bar of a UserForm object. Read-only at run time.
Remarks
The settings for the WhatsThisButton property are:
Setting
Description
True
Turns on display of the What's This Help button.
False
(Default) Turns off display of the What's This Help button.
Remarks
The WhatsThisHelp property must be True for the WhatsThisButton property to be True.
See Also
WhatsThisHelp property, WhatsThisMode method.