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


In This Topic
AllowDrop Property (ComboDropDownInfo)
In This Topic
Gets or sets a value that indicates whether to allow drop.
Syntax
'Declaration
 
Public Property AllowDrop As Boolean
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop

Property Value

true to allow drop; otherwise, false.
The default is true.
See Also