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 -> unit
Public Sub Start (edSvc As IWindowsFormsEditorService, value As Object)
Parameters
The editor service.
- value
- Object
The value to be set.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.