'Declaration
Public Shared Sub PopulateList( _ ByVal collection As NListBoxItemCollection, _ ByVal style As FontDisplayStyle, _ ByVal font As System.Drawing.Font, _ ByVal itemHeight As System.Integer, _ ByRef maxHeight As System.Integer, _ ByRef prefferedWidth As System.Integer _ )
'Usage
Dim collection As NListBoxItemCollection Dim style As FontDisplayStyle Dim font As System.Drawing.Font Dim itemHeight As System.Integer Dim maxHeight As System.Integer Dim prefferedWidth As System.Integer NFontHelper.PopulateList(collection, style, font, itemHeight, maxHeight, prefferedWidth)
public static void PopulateList( NListBoxItemCollection collection, FontDisplayStyle style, System.Drawing.Font font, System.int itemHeight, out System.int maxHeight, out System.int prefferedWidth )
Parameters
- collection
- style
- font
- itemHeight
- maxHeight
- prefferedWidth