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


In This Topic
AllowResize Property (ComboDropDownInfo)
In This Topic
Gets or sets whether the user can change the size of the drop-down window with a size grip.
Syntax
'Declaration
 
Public Shadows Property AllowResize As Boolean
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As Boolean
 
instance.AllowResize = value
 
value = instance.AllowResize

Property Value

A bool value, true if the drop-down window can be resized by a size grip; otherwise, false.
See Also