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


In This Topic
    InnerMargins Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the inner margins of the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Property InnerMargins As Padding
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Padding
     
    instance.InnerMargins = value
     
    value = instance.InnerMargins
    public Padding InnerMargins {get; set;}

    Property Value

    A System.Windows.Forms.Padding value that indicates the inner margins of the drop-down calendar.
    Remarks
    This property determines the distance between every calendar view and its header.
    See Also