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


In This Topic
    Size Property (DropDownInfo)
    In This Topic
    Gets or sets the size of the drop-down window.
    Syntax
    'Declaration
     
    
    Public Overridable Property Size As Size
    'Usage
     
    
    Dim instance As DropDownInfo
    Dim value As Size
     
    instance.Size = value
     
    value = instance.Size
    public virtual Size Size {get; set;}

    Property Value

    A DropDown.Size value that indicates the size of the drop-down window.
    See Also