Spread Windows Forms 12.0 Product Documentation
Height Property (ComboDropDownInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ComboDropDownInfo Class : Height Property
Gets or sets the drop-down height.
Syntax
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public int Height {get; set;}

Property Value

The height of the drop-down.
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

ComboDropDownInfo Class
ComboDropDownInfo Members