BCGControlBar Library for .NET
PropertyListItem Constructor(String,Object,String,Object,String,String)




Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As Object, _
   ByVal description As String, _
   ByVal data As Object, _
   ByVal editMask As String, _
   ByVal editTemplate As String _
)
'Usage
 
Dim name As String
Dim value As Object
Dim description As String
Dim data As Object
Dim editMask As String
Dim editTemplate As String
 
Dim instance As New PropertyListItem(name, value, description, data, editMask, editTemplate)
public PropertyListItem( 
   string name,
   object value,
   string description,
   object data,
   string editMask,
   string editTemplate
)
public: PropertyListItem( 
   string* name,
   Object* value,
   string* description,
   Object* data,
   string* editMask,
   string* editTemplate
)
public:
PropertyListItem( 
   String^ name,
   Object^ value,
   String^ description,
   Object^ data,
   String^ editMask,
   String^ editTemplate
)

Parameters

name
value
description
data
editMask
editTemplate
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

PropertyListItem Class
PropertyListItem Members
Overload List

Send Feedback