CollectionEditor.CollectionForm.ShowEditorDialog 方法

定义

为使用指定 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

参数

edSvc
IWindowsFormsEditorService

IWindowsFormsEditorService 可用于显示对话框。

返回

DialogResult 指示从对话框中返回的结果代码。

适用于