System.Windows.Forms.FolderBrowserDialog.RunDialog C# (CSharp) Method

RunDialog() protected method

protected RunDialog ( IntPtr hWndOwner ) : bool
hWndOwner IntPtr
return bool
		protected override bool RunDialog (IntPtr hWndOwner)
		{
			m_helper.Show();
			
			return true;
		}