ObjectSelectorEditor.Selector.Start Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> unitPublic Sub Start (edSvc As IWindowsFormsEditorService, value As Object)Parameters
The editor service.
- value
- Object
The value to be set.