Microsoft.ManagementConsole.PropertySheet.ShowDialog C# (CSharp) Méthode

ShowDialog() public méthode

public ShowDialog ( CommonDialog commonDialog ) : DialogResult
commonDialog System.Windows.Forms.CommonDialog
Résultat DialogResult
        public DialogResult ShowDialog(CommonDialog commonDialog)
        {
            this.InitializeConsoleDialogHost();
            return this._dialogHost.ShowDialog(commonDialog);
        }

Same methods

PropertySheet::ShowDialog ( Form form ) : DialogResult
PropertySheet::ShowDialog ( Form form, WaitCursor waitCursor ) : DialogResult
PropertySheet::ShowDialog ( MessageBoxParameters parameters ) : DialogResult