Returns or sets the caption of the alternate "busy" message displayed when mouse or keyboard input is received while an automation request is pending. Not available at design time.
Syntax
object.OLERequestPendingMsgTitle [= string]
The OLERequestPendingMsgTitle property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
string | A string expression that evaluates to the caption of the alternate message box for the ActiveX request pending condition. |
Remarks
If the OLERequestPendingMsgText property has been set, the value of the OLERequestPendingMsgTitle property is used as the caption of the alternate "busy" message box that replaces the default Component Request Pending dialog box. The default value of the OLERequestPendingMsgTitle property is the current value of the Title property of the App object. This is the recommended setting.
If the OLERequestPendingMsgText property is set to an empty string (""), the OLERequestPendingMsgTitle property is ignored.