HistoryItem Constructor(String)
In This Topic
Initializes a new instance of the
HistoryItem class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim text As String
Dim instance As New HistoryItem(text)
public HistoryItem(
string
)
Parameters
- text
- The text.
See Also