Click or drag to resize

OkButtonClickedEventArgsInputBoxWindow Property

Gets the input box window.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IWin32Window InputBoxWindow { get; }

Property Value

Type: IWin32Window
The IWin32Window for the input box window.
Remarks
You can use this property if you need to display a modal dialog (for example to alert the user if the current input value is invalid) and you want the input box to be the parent of that dialog.
See Also