Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetImageInplaceEditors()
|
|
GetTextInplaceEditors()
|
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|
UnregisterEditorInfo(InplaceEditorInfoBase)
|
|
UnregisterEditorInfo(String)
|
Unregisters the specified editor from being used for changing control content in Print Preview.
|