Spread Windows Forms 12.0 Product Documentation
HistoryItems Property


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > StartMenuForm Class : HistoryItems Property
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
public List<HistoryItem> HistoryItems {get; set;}

Property Value

The history items.
See Also

Reference

StartMenuForm Class
StartMenuForm Members