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

CommonOpenFileDialog() public méthode

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

Same methods

CommonOpenFileDialog::CommonOpenFileDialog ( ) : System.Collections