  | 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)
Syntaxpublic IWin32Window InputBoxWindow { get; }Public ReadOnly Property InputBoxWindow As IWin32Window
	Get
public:
property IWin32Window^ InputBoxWindow {
	IWin32Window^ get ();
}member InputBoxWindow : IWin32Window with 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