ObjectSelectorEditor.Selector.Start Method

Definition

Initializes the editor service.

public:
 void Start(System::Windows::Forms::Design::IWindowsFormsEditorService ^ edSvc, System::Object ^ value);
public void Start (System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, object value);
public void Start (System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, object? value);
member this.Start : System.Windows.Forms.Design.IWindowsFormsEditorService * obj -> unit
Public Sub Start (edSvc As IWindowsFormsEditorService, value As Object)

Parameters

edSvc
IWindowsFormsEditorService

The editor service.

value
Object

The value to be set.

Applies to