| | Name | Description |
|---|
 | ShowDialog(Enum, String) |
Shows a dialog for selecting an enumeration value.
|
 | ShowDialog(IMVCAController, String) |
Shows a dialog for the specified controller.
|
 | ShowDialog(Object, String) |
Shows a configuration dialog for an object.
|
 | ShowDialog(Object, String) |
Shows a dialog for the specified arguments.
|
 | ShowDialog(IMVCAController, String, Boolean) |
Shows a dialog for the specified controller and controls whether the Apply button is visible.
|
 | ShowDialog(Object, String, Boolean) |
Shows a dialog for the specified arguments and controls whether the Apply button is visible.
|
 | ShowDialogT(T, String, Boolean) |
Shows a configuration dialog for any item.
|