CollectionEditor.CollectionForm.ShowEditorDialog Méthode

Définition

Affiche la boîte de dialogue de l'éditeur de collections avec l'objet IWindowsFormsEditorService spécifié.

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

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

Retours

DialogResult indiquant le code obtenu et retourné par la boîte de dialogue.

S’applique à