GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / ShowShadow Property


In This Topic
ShowShadow Property (ComboDropDownInfo)
In This Topic
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 ComboDropDownInfo
Dim value As Boolean
 
instance.ShowShadow = value
 
value = instance.ShowShadow

Property Value

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