BCGControlBar Library for .NET
PropertyListFontItem Constructor(String,Font,Object,String)




Specifies the name  of the property associated with the PropertyListFontItem.
Specifies the font value of the PropertyListFontItem.
Specifies the data to set for the PropertyListFontItem.
Specifies the description of the property associated with the PropertyListFontItem.
Initializes a new instance of PropertyListFontItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal font As Font, _
   ByVal data As Object, _
   ByVal description As String _
)
'Usage
 
Dim name As String
Dim font As Font
Dim data As Object
Dim description As String
 
Dim instance As New PropertyListFontItem(name, font, data, description)
public PropertyListFontItem( 
   string name,
   Font font,
   object data,
   string description
)
public: PropertyListFontItem( 
   string* name,
   Font* font,
   Object* data,
   string* description
)
public:
PropertyListFontItem( 
   String^ name,
   Font^ font,
   Object^ data,
   String^ description
)

Parameters

name
Specifies the name  of the property associated with the PropertyListFontItem.
font
Specifies the font value of the PropertyListFontItem.
data
Specifies the data to set for the PropertyListFontItem.
description
Specifies the description of the property associated with the PropertyListFontItem.
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

PropertyListFontItem Class
PropertyListFontItem Members
Overload List

Send Feedback