ClassElementShapeEditor
Class
Provides a design-time editor for ElementShape objects with dropdown selection and custom shape editing capabilities.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ElementShapeEditor : UITypeEditor
Inheritance: objectUITypeEditorElementShapeEditor
Inherited Members
Constructors
ElementShapeEditor()
Initializes a new instance of the ElementShapeEditor class.
Declaration
cs-api-definition
public ElementShapeEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, object)
Edits the specified value using the provided context and service provider.
Declaration
cs-api-definition
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
context
The type descriptor context.
provider
The service provider.
value
The current value to edit.
Returns
The edited value.
Overrides
GetEditStyle(ITypeDescriptorContext)
Gets the editing style for the editor.
Declaration
cs-api-definition
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
context
The type descriptor context.
Returns
The DropDown style.
Overrides