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


The following tables list the members exposed by CommandUIItemCommandEditor.

Public Constructors

  Name Description
Public Constructor CommandUIItemCommandEditor Constructor Initialize new instance of BaseLocationUIEditor class  
Top

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

Public Methods

  Name Description
Public Method EditValue Overloaded. Overridden. Edits the value of the specified object using the editor style indicated by the GetEditStyle method.  
Public Method GetEditStyle Overloaded. Overridden. Gets the editor style used by the EditValue method.  
Public Method GetPaintValueSupported Overloaded. Overridden. Indicates whether this editor supports painting a representation of an object's value.  
Public Method PaintValue Overloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor)
Top

See Also