Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / HistoryItems Property


In This Topic
HistoryItems Property
In This Topic
Gets or sets the history items.
Syntax
'Declaration
 
Public Property HistoryItems As List(Of HistoryItem)
 
'Usage
 
Dim instance As StartMenuForm
Dim value As List(Of HistoryItem)
 
instance.HistoryItems = value
 
value = instance.HistoryItems

Property Value

The history items.
See Also