Spread Windows Forms 12.0 Product Documentation
InnerSpace Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : InnerSpace Property
Gets or sets the inner space of the drop-down calendar.
Syntax
'Declaration
 
Public Property InnerSpace As Size
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Size
 
instance.InnerSpace = value
 
value = instance.InnerSpace
public Size InnerSpace {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members