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


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

Property Value

The main items.
See Also