Spread Windows Forms 12.0 Product Documentation
Padding Property (DropDownEditor)


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

Property Value

A Padding value that indicates the padding.
The default is "1,1,1,1".
See Also

Reference

DropDownEditor Class
DropDownEditor Members