Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Styles Property


In This Topic
Styles Property (DropDownCalendar)
In This Topic
Gets or sets a set of stored Style objects.
Syntax
'Declaration
 
Public Property Styles As StyleCollection
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As StyleCollection
 
instance.Styles = value
 
value = instance.Styles

Property Value

A StyleCollection object that indicates the styles collection.
See Also