Microsoft.ManagementConsole.PropertySheet.ShowDialog C# (CSharp) Method

ShowDialog() public method

public ShowDialog ( CommonDialog commonDialog ) : DialogResult
commonDialog System.Windows.Forms.CommonDialog
return 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