Class ElementShapeEditor
Inheritance
System.Object
ElementShapeEditor
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ElementShapeEditor : UITypeEditor
Constructors
ElementShapeEditor()
Declaration
public ElementShapeEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.IServiceProvider
provider
|
System.Object
value
|
Returns
System.Object
|
GetEditStyle(ITypeDescriptorContext)
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
Returns
System.Drawing.Design.UITypeEditorEditStyle
|