Creates an image cell renderer control with the specified picture and text alignment.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim imageUrl As String
Dim textOnRight As Boolean
Dim instance As New ImageRenderer(imageUrl, textOnRight) |
Parameters
- imageUrl
- Path and file name of the picture to display in the image cell
- textOnRight
- Whether the text is displayed on the right side of the image
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also