Class KanbanDesigner.WindowsFormsEditor
Inheritance
System.Object
KanbanDesigner.WindowsFormsEditor
Implements
System.Windows.Forms.Design.IWindowsFormsEditorService
System.IServiceProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public sealed class WindowsFormsEditor : IWindowsFormsEditorService, IServiceProvider
Constructors
WindowsFormsEditor(ComponentDesigner)
Declaration
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public WindowsFormsEditor(ComponentDesigner componentDesigner)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Design.ComponentDesigner | componentDesigner |
Fields
ComponentDesigner
Declaration
[SecurityCritical]
public ComponentDesigner ComponentDesigner
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.ComponentDesigner |
Explicit Interface Implementations
IServiceProvider.GetService(Type)
Declaration
object IServiceProvider.GetService(Type serviceType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.Windows.Forms.Design.IWindowsFormsEditorService
System.IServiceProvider