EditingFieldExtensions Methods
Provides functionality to register custom editors to be used for editing the control content in Print Preview.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetImageInplaceEditors() | |
GetTextInplaceEditors() | |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RegisterEditorInfo(InplaceEditorInfoBase) | Registers a custom editor to be used to change control content in Print Preview. |
RegisterEditorInfo(String, String, String) | Registers a custom editor to be used for changing control content in Print Preview. |
RegisterImageCollectionEditorInfo(String, IDictionary<String, Image>, Boolean, Boolean, String) | Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview. |
RegisterImageCollectionEditorInfo(String, IEnumerable<Image>, Boolean, String) | Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview. |
RegisterImageEditorInfo(String, ImageEditorOptions, String) | Registers a custom image editor that you can use to edit the XRPictureBox‘s content in Print Preview. |
RegisterTextEditorInfo(String, String, String) | |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UnregisterEditorInfo(InplaceEditorInfoBase) | |
UnregisterEditorInfo(String) | Unregisters the specified editor from being used for changing control content in Print Preview. |
See Also