BCGControlBar Library for .NET
PropertyListColorItem Constructor




Specifies the name of the property associated with PropertyListColorItem.
Specifies a color value of the property  associated with PropertyListColorItem.
Specifies the description of the property associated with PropertyListColorItem.
Initializes a new instance of PropertyListColorItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal color As Color, _
   ByVal description As String _
)
'Usage
 
Dim name As String
Dim color As Color
Dim description As String
 
Dim instance As New PropertyListColorItem(name, color, description)
public PropertyListColorItem( 
   string name,
   Color color,
   string description
)
public: PropertyListColorItem( 
   string* name,
   Color color,
   string* description
)
public:
PropertyListColorItem( 
   String^ name,
   Color color,
   String^ description
)

Parameters

name
Specifies the name of the property associated with PropertyListColorItem.
color
Specifies a color value of the property  associated with PropertyListColorItem.
description
Specifies the description of the property associated with PropertyListColorItem.
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

Send Feedback