| | Name | Description |
|---|
 | ErrorMessageBox(String) |
Shows a message box with the error text.
|
 | ErrorMessageBox(String, String) |
Shows a message box with the error text.
|
 | ExecuteAsUserCancellable |
Executes an action that can be cancelled by the user.
|
 | FindAndAttachControlTo(IMVCController) |
Finds and attaches a suitable control to the specified controller.
|
 | FindAndAttachControlTo(IMVCController, Type) |
Finds and attaches a suitable control of the expected type to the specified controller.
|
 | GetController(Object, Type) |
Gets a controller for the specified arguments.
|
 | GetController(Object, Type, UseDocument) |
Gets a controller for the specified arguments and document usage mode.
|
 | GetController(Object, Type, Type, UseDocument) |
Gets a controller for the specified arguments while overriding the type of the first argument.
|
 | GetControllerAndControl(Object, Type) |
Gets a controller together with an attached control for the specified arguments.
|
 | GetControllerAndControl(Object, Type, UseDocument) |
Gets a controller together with an attached control for the specified arguments and document usage mode.
|
 | GetControllerAndControl(Object, Type, Type, UseDocument) |
Gets a controller together with an attached control while overriding the type of the first argument.
|
 | GetNewClipboardDataObject |
Gets a new clipboard data object. You can use this to put data on the clipboard.
|
 | GetRequiredControllerAndControlT |
Gets the required controller and control. Throws an exception if either controller or control could not be retrieved.
|
 | GetScreenInformation |
Retrieves information about a screen area.
|
 | GetUserFriendlyClassName(Type) |
Gets a user-friendly class name for the specified type.
|
 | GetUserFriendlyClassName(Type, Boolean) |
Gets user-friendly class names for the specified types.
|
 | GetUserFriendlyName |
Gets a user-friendly name for the specified enumeration value.
|
 | InfoMessageBox(String) |
Shows an information message box.
|
 | InfoMessageBox(String, String) |
Shows an information message box with the specified title.
|
 | InvalidateRequerySuggested |
Invalidates command requery suggestions.
|
 | NewRelayCommand(Action, FuncBoolean) |
Gets a command that executes an action and evaluates the canExecute condition every time when
something in the GUI has changed.
|
 | NewRelayCommand(ActionObject, PredicateObject) |
Gets a command that executes an action and evaluates the canExecute condition every time when
something in the GUI has changed.
|
 | OpenClipboardDataObject |
Opens the clipboard data object. You can use this to see which data are on the clipboard.
|
 | RegisterRequerySuggestedHandler |
Registers a handler that will be called back if something in the Gui has changed so that
a requery of `CanExecute()` functions might be necessary. This handler will be bound weakly to the event.
Unregister by using UnregisterRequerySuggestedHandler(EventHandler).
|
 | SetClipboardDataObject(IClipboardSetDataObject) |
Sets the data stored in the dataObject on the clipboard for temporary usage.
|
 | SetClipboardDataObject(IClipboardSetDataObject, Boolean) |
Sets the data stored in the dataObject on the clipboard for temporary or permanent usage.
|
 | ShowBackgroundCancelDialog(Int32, Thread, IExternalDrivenBackgroundMonitor) |
Shows a cancel dialog for an already created background thread.
|
 | ShowBackgroundCancelDialog(Int32, ThreadStart, IExternalDrivenBackgroundMonitor) |
Shows a cancel dialog for a background thread that is started by the service.
|
 | ShowContextMenu |
Creates and shows a context menu.
|
 | 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.
|
 | ShowDialogForEnumFlag |
Shows a dialog for editing enumeration flags.
|
 | ShowFolderDialog |
Shows a folder-selection dialog.
|
 | ShowOpenFileDialog |
Shows an open-file dialog.
|
 | ShowSaveFileDialog |
Shows a save-file dialog.
|
 | ShowTaskCancelDialog |
Shows a cancel dialog for a task.
|
 | UnregisterRequerySuggestedHandler |
Unregisters the handler that was registered with RegisterRequerySuggestedHandler(EventHandler).
|
 | YesNoCancelMessageBox |
Shows a message box with a question to be answered either by YES, NO, or CANCEL.
|
 | YesNoMessageBox |
Shows a yes/no message box.
|