Spread Windows Forms 12.0 Product Documentation
Size Property (DropDown)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDown Class : Size Property
Gets or sets the size of the drop-down window.
Syntax
'Declaration
 
Public Overridable Property Size As Size
'Usage
 
Dim instance As DropDown
Dim value As Size
 
instance.Size = value
 
value = instance.Size
public virtual Size Size {get; set;}

Property Value

A Size value that indicates the size of the drop-down window.
See Also

Reference

DropDown Class
DropDown Members