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


In This Topic
InnerSpace Property (DropDownCalendar)
In This Topic
Gets or sets the inner space of the drop-down calendar.
Syntax
'Declaration
 
Public Property InnerSpace As Size
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Size
 
instance.InnerSpace = value
 
value = instance.InnerSpace

Property Value

A System.Drawing.Size value that indicates the inner space of the drop-down calendar.
Remarks
When the CalendarDimensions property displays more than one calendar, this property determines the distance between each calendar.
See Also