InnerMargins Property (DropDownCalendar)
Gets or sets the inner margins of the drop-down calendar.
public Padding InnerMargins {get; set;}
'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.