Spread Windows Forms 12.0 Product Documentation
ShowShadow Property (DropDown)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDown Class : ShowShadow Property
Gets or sets a bool value that indicates whether to show a shadow on the drop-down dialog.
Syntax
'Declaration
 
Public Property ShowShadow As Boolean
'Usage
 
Dim instance As DropDown
Dim value As Boolean
 
instance.ShowShadow = value
 
value = instance.ShowShadow
public bool ShowShadow {get; set;}

Property Value

A bool value, true to show a shadow on the drop-down dialog; otherwise, false.
The default is false.
See Also

Reference

DropDown Class
DropDown Members