​
​
​

Invokes the built-in dialog box for choosing a color for the background of a paragraph or a table cell.

​ Introduced: X14.

FrameFillColorDialog()

​public DialogResult FrameFillColorDialog();
​Public Function FrameFillColorDialog() 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.

​