'Declaration
Public Function New( _
ByVal () As SubItemInfo, _
ByVal As Integer, _
ByVal As Object, _
ByVal As Color, _
ByVal As Color, _
ByVal As Integer, _
ByVal As Font, _
ByVal As GradientEffect, _
ByVal As String, _
ByVal As Object, _
ByVal As Boolean _
)
'使用法
Dim subItems() As SubItemInfo
Dim indent As Integer
Dim image As Object
Dim backColor As Color
Dim foreColor As Color
Dim height As Integer
Dim font As Font
Dim gradientEffect As GradientEffect
Dim toolTipText As String
Dim tag As Object
Dim visible As Boolean
Dim instance As New ListItemInfo(subItems, indent, image, backColor, foreColor, height, font, gradientEffect, toolTipText, tag, visible)
public ListItemInfo(
SubItemInfo[] ,
int ,
object ,
Color ,
Color ,
int ,
Font ,
GradientEffect ,
string ,
object ,
bool
)