  | OkButtonClickedEventArgsInput Property  | 
 
            Gets the current value of the input field on the dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Input { get; }Public ReadOnly Property Input As String
	Get
public:
property String^ Input {
	String^ get ();
}member Input : string with get
Property Value
Type: 
String
            The current value of the input field on the dialog.
            
Remarks
            The 
Input property will not be updated until the dialog has been closed,
            so this property can be used to determine the value entered by the user when this event is raised.
            
See Also