System.Windows.Forms.FolderBrowserDialog.RunDialog C# (CSharp) 메소드

RunDialog() 보호된 메소드

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