Invokes the built-in dialog box for setting the background color of the text.

Introduced: X12.

TextBackColorDialog()

public DialogResult TextBackColorDialog();
Public Function TextBackColorDialog() As DialogResult

Return Value

If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.