Spread Windows Forms 12.0 Product Documentation
InnerMargins Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : InnerMargins Property
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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members