Class ImageIndexEditor
Inheritance
System.Object
ImageIndexEditor
Assembly: Syncfusion.Shared.Base.dll
public class ImageIndexEditor : UITypeEditor
Constructors
Declaration
public ImageIndexEditor()
Fields
Declaration
public const string DEF_IMGLIST_PROP_NAME = "ImageList"
Field Value
Properties
Declaration
protected virtual string[] ImageListPropertyNames { get; }
Property Value
Methods
GetPaintValueSupported(ITypeDescriptorContext)
Declaration
public override bool GetPaintValueSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Declaration
protected virtual object GetParentInstance(object instance, PropertyDescriptorCollection propertyDescriptorCollection)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
System.ComponentModel.PropertyDescriptorCollection |
propertyDescriptorCollection |
|
Returns
Declaration
protected virtual bool IsPropertyValidForInstance(object instance, string sProperty)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
System.String |
sProperty |
|
Returns
Declaration
public override void PaintValue(PaintValueEventArgs e)
Parameters
Type |
Name |
Description |
System.Drawing.Design.PaintValueEventArgs |
e |
|