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


In This Topic
PreferredSize Property
In This Topic
Gets the preferred size of the drop-down calendar.
Syntax
'Declaration
 
Public ReadOnly Property PreferredSize As Size
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Size
 
value = instance.PreferredSize

Property Value

A System.Drawing.Size value that contains the height and width, in pixels.
See Also