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


FocusDate Property
Gets or sets the date that has focus.
Syntax
'Declaration
 
Public Property FocusDate As Nullable(Of Date)
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Nullable(Of Date)
 
instance.FocusDate = value
 
value = instance.FocusDate

Property Value

A Nullable value that indicates which date has focus.
Exceptions
ExceptionDescription
The value cannot be a null reference (Nothing in Visual Basic).
Remarks
This property determines where the focus rectangle is displayed in the date view.
See Also