Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog.CommonOpenFileDialog C# (CSharp) Метод

CommonOpenFileDialog() публичный Метод

Creates a new instance of this class.
public CommonOpenFileDialog ( ) : System.Collections
Результат System.Collections
        public CommonOpenFileDialog()
        {
            // For Open file dialog, allow read only files.
            base.EnsureReadOnly = true;
        }

Same methods

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