Spread Windows Forms 12.0 Product Documentation
PreferredSize Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : PreferredSize Property
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
public Size PreferredSize {get;}

Property Value

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

Reference

DropDownCalendar Class
DropDownCalendar Members