Skip to main content

EditingFieldExtensionsWin Members

Provides functionality to register custom editors to be used for editing the control content in Print Preview.

Constructors

Name Description
EditingFieldExtensionsWin() Initializes a new instance of the EditingFieldExtensionsWin class with the default settings.

Properties

Name Description
Instance static Specifies an instance of the EditingFieldExtensionsWin class.

Methods

Name Description
EnsureStaticConstructor() static For internal use.
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.
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.
RegisterEditor(String, String, String, RepositoryItem) Registers a custom editor to be used for changing control content in Print Preview.
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>, Boolean, Boolean) Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>) Registers an image editor with a collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>, Boolean) Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>) Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.
RegisterImageEditor(String, String, ImageEditorOptions) Registers a custom image editor that you can use to edit the XRPictureBox‘s content in Print Preview.
RegisterMaskEditor(String, String, String, MaskType, String) Registers the standard editor with a custom mask to be used for changing control content in Print Preview.
ToString() Returns a string that represents the current object. Inherited from Object.
TryGetRepositoryItem(String, out RepositoryItem) Attempts to obtain a repository item by the specified name.
UnregisterEditor(String) Unregisters the specified editor from being used for changing control content in Print Preview.
See Also