BCGControlBar Library for .NET
ColorPopup Constructor




An object to set as a parent for the ColorPopup to create.
Initializes a new instance of Color class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentObject As Object _
)
'Usage
 
Dim parentObject As Object
 
Dim instance As New ColorPopup(parentObject)
public ColorPopup( 
   object parentObject
)
public: ColorPopup( 
   Object* parentObject
)
public:
ColorPopup( 
   Object^ parentObject
)

Parameters

parentObject
An object to set as a parent for the ColorPopup to create.
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 Class
ColorPopup Members

Send Feedback