Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / InnerSpace Property


In This Topic
    InnerSpace Property (DropDownCalendarInfo)
    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 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