'Declaration
Public Function New( _ ByVal text As System.String, _ ByVal imageIndex As System.Integer, _ ByVal isChecked As System.Boolean, _ ByVal preferredHeight As System.Integer, _ ByVal imageSize As System.Drawing.Size _ )
'Usage
Dim text As System.String Dim imageIndex As System.Integer Dim isChecked As System.Boolean Dim preferredHeight As System.Integer Dim imageSize As System.Drawing.Size Dim instance As New NListBoxItem(text, imageIndex, isChecked, preferredHeight, imageSize)
public NListBoxItem( System.string text, System.int imageIndex, System.bool isChecked, System.int preferredHeight, System.Drawing.Size imageSize )
Parameters
- text
- imageIndex
- isChecked
- preferredHeight
- imageSize