BCGControlBar Library for .NET
OnCreateCustomPopup Method (PropertyListColorItem)




Called by framework on editing value. Creates a ColorPopupMenu from which the user can select any color. 
Syntax
'Declaration
 
Public Overrides Function OnCreateCustomPopup() As PopupBase
'Usage
 
Dim instance As PropertyListColorItem
Dim value As PopupBase
 
value = instance.OnCreateCustomPopup()
public override PopupBase OnCreateCustomPopup()
public: PopupBase* OnCreateCustomPopup(); override 
public:
PopupBase^ OnCreateCustomPopup(); override 
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

PropertyListColorItem Class
PropertyListColorItem Members
Base Implementation in OnCreateCustomPopup

Send Feedback