Opens a dialog to format selected shapes.

FormatShapesDialog()

public System.Windows.Forms.DialogResult FormatShapesDialog();
Public Function FormatShapesDialog() As System.Windows.Forms.DialogResult

Return Value

The return value is DialogResult.OK if the OK button was pressed, DialogResult.Cancel if the dialog was cancelled and DialogResult.None if the dialog was not opened because no shape to format was selected.