  | VistaFileDialogRunDialog Method  | 
 
            Specifies a common dialog box.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected override bool RunDialog(
	IntPtr hwndOwner
)
Protected Overrides Function RunDialog ( 
	hwndOwner As IntPtr
) As Boolean
protected:
virtual bool RunDialog(
	IntPtr hwndOwner
) override
abstract RunDialog : 
        hwndOwner : IntPtr -> bool 
override RunDialog : 
        hwndOwner : IntPtr -> bool Parameters
- hwndOwner
 - Type: SystemIntPtr
A value that represents the window handle of the owner window for the common dialog box. 
Return Value
Type: 
Boolean if the file could be opened; otherwise, 
.
See Also