System.Windows.Forms.OpenFileDialog.OpenFileDialog C# (CSharp) Method

OpenFileDialog() public method

public OpenFileDialog ( ) : System
return System
		public OpenFileDialog ()
		{
			CheckFileExists = true;
			
			//OpenSaveButtonText = "Open";
			//SearchSaveLabel = "Look in:";
			fileDialogType = FileDialogType.OpenFileDialog;
			
			//form.ResumeLayout (false);
		}
		#endregion	// Public Constructors