SubItem Constructor(Object)
In This Topic
Initializes a new instance of the
SubItem class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim content As Object
Dim instance As New SubItem(content)
Parameters
- content
- The content will be set to SubItem.Content property.
See Also