CollectionEditor.CollectionForm.ShowEditorDialog Méthode

Définition

Affiche la boîte de dialogue de l’éditeur de collection à l’aide de l’objet spécifié IWindowsFormsEditorService .

protected public:
 virtual System::Windows::Forms::DialogResult ShowEditorDialog(System::Windows::Forms::Design::IWindowsFormsEditorService ^ edSvc);
protected internal virtual System.Windows.Forms.DialogResult ShowEditorDialog(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc);
abstract member ShowEditorDialog : System.Windows.Forms.Design.IWindowsFormsEditorService -> System.Windows.Forms.DialogResult
override this.ShowEditorDialog : System.Windows.Forms.Design.IWindowsFormsEditorService -> System.Windows.Forms.DialogResult
Protected Friend Overridable Function ShowEditorDialog (edSvc As IWindowsFormsEditorService) As DialogResult

Paramètres

edSvc
IWindowsFormsEditorService

Qui IWindowsFormsEditorService peut être utilisé pour afficher la boîte de dialogue.

Retours

Qui DialogResult indique le code de résultat retourné par la boîte de dialogue.

S’applique à