IViewManagerShowExtendedInputDialog Method |
Shows extended input dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax IInputDialogResult ShowExtendedInputDialog(
string title,
string hint,
ExtendedInputDialogSettings settings
)
Parameters
- title
- Type: SystemString
Dialog title. - hint
- Type: SystemString
Hint to show to the user. - settings
- Type: Resto.Front.Api.UIExtendedInputDialogSettings
Expected input types settings. Dialog will contain separate tab for each enabled input type, so you should provide tab titles for enabled input types.
Return Value
Type:
IInputDialogResultDialog result. Depending on
settings and user input it could be one of
IInputDialogResult inheritors. Use pattern matching to find out specific result type.
See Also