BCGControlBar Library for .NET
ColorPopup Class
Members 




Inherits PopupBase class.  It represents a popup menu for the PropertyListColorItem. Contains three colors' pages: “Custom”, “System”, “Web”. 

Object Model
ColorPopup Class
Syntax
'Declaration
 
Public Class ColorPopup 
   Inherits BCGSoft.Controls.Shared.PopupBase
'Usage
 
Dim instance As ColorPopup
public class ColorPopup : BCGSoft.Controls.Shared.PopupBase 
public __gc class ColorPopup : public BCGSoft.Controls.Shared.PopupBase 
public ref class ColorPopup : public BCGSoft.Controls.Shared.PopupBase 
Remarks

The selected page is specified by index in the property SelectedPageIndex, the selected color by the properties – SelectedSysColor, SelectedWebColor, SelectedCustomColor.

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.Controls.Shared.PopupBase
                        BCGSoft.Controls.PropertyList.ColorPopup

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

ColorPopup Members
BCGSoft.Controls.PropertyList Namespace

Send Feedback