UI editor for ImageItem.
| C# |
public class UIEditor : ImageEditor
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ImageItem..::.UIEditor()()() |
Creates a new instance for use during property grid editing.
| |
| EditValue(ITypeDescriptorContext, IServiceProvider, Object) |
Edits the object's value using the editing style indicated by GetEditStyle(ITypeDescriptorContext).
(Overrides ImageEditor.EditValue(ITypeDescriptorContext, IServiceProvider, Object).) | |
| EditValue(IServiceProvider, Object) |
Edits the value of the specified object using the editor style indicated by the GetEditStyle()()() method.
(Inherited from UITypeEditor.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEditStyle(ITypeDescriptorContext) |
Gets the value editing style.
(Overrides ImageEditor.GetEditStyle(ITypeDescriptorContext).) | |
| GetEditStyle()()() |
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
(Inherited from UITypeEditor.) | |
| GetExtensions()()() |
Gets the extensions for the file-list filter that this editor initially uses to filter the file list.
(Inherited from ImageEditor.) | |
| GetFileDialogDescription()()() |
Gets the description for the default file-list filter provided by this editor.
(Inherited from ImageEditor.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetImageExtenders()()() |
Gets an array of supported image types.
(Inherited from ImageEditor.) | |
| GetPaintValueSupported(ITypeDescriptorContext) |
Gets a value indicating whether this editor supports painting a representation of an object's value.
(Inherited from ImageEditor.) | |
| GetPaintValueSupported()()() |
Indicates whether this editor supports painting a representation of an object's value.
(Inherited from UITypeEditor.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDropDownResizable |
Gets a value indicating whether drop-down editors should be resizable by the user.
(Inherited from UITypeEditor.) | |
| LoadFromStream(Stream) |
Loads an image from the specified stream.
(Inherited from ImageEditor.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PaintValue(PaintValueEventArgs) |
Draws the image.
(Overrides ImageEditor.PaintValue(PaintValueEventArgs).) | |
| PaintValue(Object, Graphics, Rectangle) |
Paints a representation of the value of the specified object to the specified canvas.
(Inherited from UITypeEditor.) | |
| SelectedValue |
Gets or sets the current or newly selected value.
| |
| ShowMenu(WaitCallback) |
Shows a menu that is appropriate to the SelectedValue, positioned according to the
current mouse position.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |||
| UITypeEditor | |||
| ImageEditor | |||
| ImageItem..::.UIEditor | |||