BCGControlBar Library for .NET
ColorPanel Class
Members 




Inherits from CommandPanel Class of namespace  BCGSoft.Controls.Shared.  Represents a container, where buttons for choosing color are placed. They are buttons with the samples of colors, “Other color” button and “Automatic” button. The object of ColorPanel class is embedded to the PopupMenuBar of the ColorButton on the toolbar and used in the ImageEditor class to display available colors.

Object Model
ColorPanel ClassAutomaticButton ClassICommandObject InterfaceICommandObject InterfaceICommandObject InterfaceCollectionWithEvents ClassObject ClassCommandButton ClassICommandObject InterfaceCommandButton ClassColorObject Class
Syntax
'Declaration
 
Public Class ColorPanel 
   Inherits CommandPanel
   Implements IToolTipInfoProvider 
'Usage
 
Dim instance As ColorPanel
public class ColorPanel : CommandPanel, IToolTipInfoProvider  
public __gc class ColorPanel : public CommandPanel, IToolTipInfoProvider  
public ref class ColorPanel : public CommandPanel, IToolTipInfoProvider  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.Controls.Shared.CommandPanel
               BCGSoft.Controls.Shared.ColorPanel

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

ColorPanel Members
BCGSoft.Controls.Shared Namespace

Send Feedback