Spread Windows Forms 12.0 Product Documentation
AllowResize Property (DropDownInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownInfo Class : AllowResize Property
Gets or sets whether the user can change the size of the drop-down window using a size grip.
Syntax
'Declaration
 
Public Property AllowResize As Boolean
'Usage
 
Dim instance As DropDownInfo
Dim value As Boolean
 
instance.AllowResize = value
 
value = instance.AllowResize
public bool AllowResize {get; set;}

Property Value

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

Reference

DropDownInfo Class
DropDownInfo Members