ActiproSoftware.UI.WinForms.Services Namespace
Classes
| UserPromptServiceExtensions | Defines extension methods related to IUserPromptService and IDesignerSafeUserPromptService. |
Interfaces
| IDesignerSafeOpenFilePromptBuilder | Defines a builder which can be used to define options to OpenFileDialog that can be safely used in all designer-related contexts. |
| IDesignerSafeSaveFilePromptBuilder | Defines a builder which can be used to define options to SaveFileDialog that can be safely used in all designer-related contexts. |
| IDesignerSafeSelectFilePromptBuilder<TOptions, TResult> | Defines a builder which can be used to define options and show common file dialogs that can be safely used in all designer-related scenarios. |
| IDesignerSafeUserPromptService | Enables the display of prompts intended for user interaction and/or notification that can be safely used in all designer-related contexts. |
| IOpenFileOptions | Defines options for interacting with OpenFileDialog. |
| IOpenFilePromptBuilder | Defines a builder which can be used to define options to OpenFileDialog. |
| IOpenFileResult | Defines the result of interacting with an OpenFileDialog. |
| ISaveFileOptions | Defines options for interacting with SaveFileDialog. |
| ISaveFilePromptBuilder | Defines a builder which can be used to define options to SaveFileDialog. |
| ISaveFileResult | Defines the result of interacting with a SaveFileDialog. |
| ISelectFileOptions | Defines options for interacting with FileDialog. |
| ISelectFilePromptBuilder<TOptions, TResult> | Defines a builder which can be used to define options and show common file dialogs. |
| ISelectFileResult | Defines the result of interacting with a FileDialog. |
| ISelectFileResult<TOptions> | Defines the result of interacting with a FileDialog. |
| IUserPromptOwnerProvider | Provides an IWin32Window that indicates the window to own any child dialog boxes used by IUserPromptService. |
| IUserPromptService | Enables the display of prompts intended for user interaction and/or notification. |