public Item( int id, Image img, Image imgHover, string text )
'Declaration Public Function New( _ ByVal id As Integer, _ ByVal img As Image, _ ByVal imgHover As Image, _ ByVal text As String _ )
'Declaration
Public Function New( _ ByVal id As Integer, _ ByVal img As Image, _ ByVal imgHover As Image, _ ByVal text As String _ )
'Usage Dim id As Integer Dim img As Image Dim imgHover As Image Dim text As String Dim instance As New Item(id, img, imgHover, text)
'Usage
Dim id As Integer Dim img As Image Dim imgHover As Image Dim text As String Dim instance As New Item(id, img, imgHover, text)
Item Class Item Members Overload List