BCGControlBar Library for .NET
ImageEditor Class
Members 




Inherits a Form class of System.Windows.Forms namespace.

Represents a dialog box called on customization to edit toolbar button image. In ControlBar.NET the instance of the ImageEditor is created in the ProcessCustomizeMenuCommand method of the Toolbar class.  The ImageEditor is shown when the toolbar is on the customize mode and the user clicks on its button (except ColorButton). By ImageEditor you can copy the content of the ImageEditorArea to the clipboard, paste  the image from another button, fill ImageEditorArea by different colors, draw pixels, lines, ellipses, rectangles with different colors.
Object Model
ImageEditor Class
Syntax
'Declaration
 
Public Class ImageEditor 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImageEditor
public class ImageEditor : System.Windows.Forms.Form 
public __gc class ImageEditor : public System.Windows.Forms.Form 
public ref class ImageEditor : public System.Windows.Forms.Form 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     BCGSoft.ControlBars.ImageEditor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageEditor Members
BCGSoft.ControlBars Namespace

Send Feedback