CollectionEditor::CollectionForm::ShowEditorDialog Method (IWindowsFormsEditorService^)

 

Shows the dialog box for the collection editor using the specified IWindowsFormsEditorService object.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public protected:
virtual DialogResult ShowEditorDialog(
	IWindowsFormsEditorService^ edSvc
)

Parameters

edSvc
Type: System.Windows.Forms.Design::IWindowsFormsEditorService^

An IWindowsFormsEditorService that can be used to show the dialog box.

Return Value

Type: System.Windows.Forms::DialogResult

A DialogResult that indicates the result code returned from the dialog box.

.NET Framework
Available since 1.1
Return to top
Show: