FormDialog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static factory methods for creating form dialogs.
public static class FormDialog
type FormDialog = class
Public Class FormDialog
- Inheritance
-
FormDialog
Methods
FromForm<T>(BuildFormDelegate<T>, FormOptions) |
Create an IFormDialog<T> using the BuildFormDelegate<T> parameter. |
FromType<T>(FormOptions) |
Create an IFormDialog<T> using the default BuildFormDelegate<T>. |