Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownInfo Class / AllowResize Property


In This Topic
    AllowResize Property (DropDownInfo)
    In This Topic
    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