Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog.CommonOpenFileDialog C# (CSharp) Method

CommonOpenFileDialog() public method

Creates a new instance of this class.
public CommonOpenFileDialog ( ) : System.Collections
return System.Collections
        public CommonOpenFileDialog()
        {
            // For Open file dialog, allow read only files.
            base.EnsureReadOnly = true;
        }

Same methods

CommonOpenFileDialog::CommonOpenFileDialog ( string name ) : System.Collections