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


In This Topic
InnerMargins Property (DropDownCalendar)
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 DropDownCalendar
Dim value As Padding
 
instance.InnerMargins = value
 
value = instance.InnerMargins

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 it's header.
See Also