ImageUrlEditor Members

Provides a user interface for selecting a URL that references an image.

The following tables list the members exposed by the ImageUrlEditor type.

  Name Description
Public method ImageUrlEditor Initializes a new instance of the ImageUrlEditor class.
Top

(see also Protected Properties )
  Name Description
Public property IsDropDownResizable  Gets a value indicating whether drop-down editors should be resizable by the user.(Inherited from UITypeEditor.)
Top

  Name Description
Protected property Caption Overridden. Gets the caption to display on the selection dialog window.
Protected property Filter Overridden. Gets the file name filter string for the editor. This string is used to determine the items that appear in the file list of the dialog box.
Protected property Options  Indicates the options for the URL builder to use.(Inherited from UrlEditor.)
Top

(see also Protected Methods )
  Name Description
Public method EditValue  Overloaded. Edits the value of the specified object. (Inherited from UrlEditor.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEditStyle  Overloaded. Gets the editing style of the EditValuemethod. (Inherited from UrlEditor.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetPaintValueSupported  Overloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from UITypeEditor.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method PaintValue  Overloaded. Paints a representation of the value of an object. (Inherited from UITypeEditor.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top
Show: