|   | Name | Description | 
|---|
  | ErrorMessageBox(String) |   | 
  | ErrorMessageBox(String, String) | 
            Shows a message box with the error text.
             | 
  | ExecuteAsUserCancellable |   | 
  | FindAndAttachControlTo(IMVCController) |   | 
  | FindAndAttachControlTo(IMVCController, Type) |   | 
  | GetController(Object, Type) |   | 
  | GetController(Object, Type, UseDocument) |   | 
  | GetController(Object, Type, Type, UseDocument) |   | 
  | GetControllerAndControl(Object, Type) |   | 
  | GetControllerAndControl(Object, Type, UseDocument) |   | 
  | GetControllerAndControl(Object, Type, Type, UseDocument) |   | 
  | GetNewClipboardDataObject | 
            Get 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) |   | 
  | GetUserFriendlyClassName(Type, Boolean) |   | 
  | GetUserFriendlyName |   | 
  | InfoMessageBox(String) |   | 
  | InfoMessageBox(String, String) |   | 
  | InvalidateRequerySuggested |   | 
  | 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 neccessary. This handler will be bound weak 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) |   | 
  | ShowBackgroundCancelDialog(Int32, ThreadStart, IExternalDrivenBackgroundMonitor) |   | 
  | ShowContextMenu | 
            Creates and shows a context menu.
             | 
  | ShowDialog(Enum, String) |   | 
  | ShowDialog(IMVCAController, String) |   | 
  | ShowDialog(Object, String) | 
            Shows a configuration dialog for an object.
             | 
  | ShowDialog(Object, String) |   | 
  | ShowDialog(IMVCAController, String, Boolean) |   | 
  | ShowDialog(Object, String, Boolean) |   | 
  | ShowDialogT(T, String, Boolean) | 
            Shows a configuration dialog for any item.
             | 
  | ShowDialogForEnumFlag |   | 
  | ShowFolderDialog |   | 
  | ShowOpenFileDialog |   | 
  | ShowSaveFileDialog |   | 
  | ShowTaskCancelDialog |   | 
  | UnregisterRequerySuggestedHandler | 
            Unregisters the handler that was registered with RegisterRequerySuggestedHandler(EventHandler).
             | 
  | YesNoCancelMessageBox | 
            Shows a message box with a questtion to be answered either by YES, NO, or CANCEL.
             | 
  | YesNoMessageBox |   |