SubItem Constructor(Int32,Image,Image,Image,String,String)
Initializes a new instance of the
SubItem class.
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Image, _
ByVal As Image, _
ByVal As Image, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim id As Integer
Dim img As Image
Dim imgHover As Image
Dim imgDisable As Image
Dim text As String
Dim altKey As String
Dim instance As New SubItem(id, img, imgHover, imgDisable, text, altKey)
Parameters
- id
- The id.
- img
- The img.
- imgHover
- The img hover.
- imgDisable
- The img disable.
- text
- The text.
- altKey
- The alt key.