SetBusyWindowButton()


" "

void SetBusyWindowButton(BSTR Text)

Description

This function specifies the text displayed on the busy window's Cancel button.

Parameters

Name Description
Text A string that specifies the text displayed on the busy window's Cancel button. The default value is "Cancel". The button is hidden if you specify an empty string. Regardless of the text you specify, the button always cancels or closes the window.

Return Value

None

Related Tasks

SetBusyWindowMessage()
SetBusyWindowMode()
SetBusyWindowTitle()
ShowBusyWindow()