Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog.CommonOpenFileDialog C# (CSharp) Méthode

CommonOpenFileDialog() public méthode

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

Same methods

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