Item Constructor(Int32,Image,Image,Image,String)
In This Topic
Initializes a new instance of the
Item class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Image, _
ByVal As Image, _
ByVal As Image, _
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 instance As New Item(id, img, imgHover, imgDisable, text)
public Item(
int ,
Image ,
Image ,
Image ,
string
)
Parameters
- id
- The id.
- img
- The img.
- imgHover
- The img hover.
- imgDisable
- The img disable.
- text
- The text.
See Also