Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Command.CommandImageValueEditor Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : Command.CommandImageValueEditor Class


The following tables list the members exposed by Command.CommandImageValueEditor.

Public Constructors

Public Properties

  Name Description
Public Property IsDropDownResizable Gets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor)
Top

Protected Properties

  Name Description
Protected Property Caption Gets the caption to display on the selection dialog window. (Inherited from System.Web.UI.Design.ImageUrlEditor)
Protected Property Filter 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. (Inherited from System.Web.UI.Design.ImageUrlEditor)
Protected Property Options Indicates the options for the URL builder to use. (Inherited from System.Web.UI.Design.UrlEditor)
Top

Public Methods

  Name Description
Public Method EditValue Overloaded.  Edit Image Url value. Makes a base class call with a chart control descriptor context. (Inherited from Dundas.Charting.WebControl.Design.ImageValueEditor)
Public Method GetEditStyle Overloaded. Gets the editing style of the EditValue method. (Inherited from System.Web.UI.Design.UrlEditor)
Public Method GetPaintValueSupported Overloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor)
Public Method PaintValue Overloaded. Overridden.  Override this function to support palette colors drawing  
Top

See Also