System.Windows.Forms.FolderBrowserDialog.RunDialog C# (CSharp) Méthode

RunDialog() protected méthode

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