Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraFieldInfo Class / AutoDropDown Property


In This Topic
    AutoDropDown Property (DateEraFieldInfo)
    In This Topic
    Gets or sets a bool value which indicates whether to automatically drop down when this field gets focus.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoDropDown As Boolean
    'Usage
     
    
    Dim instance As DateEraFieldInfo
    Dim value As Boolean
     
    instance.AutoDropDown = value
     
    value = instance.AutoDropDown
    public virtual bool AutoDropDown {get; set;}

    Property Value

    A bool value, true to automatically drop down when the field gets focus; otherwise, false.
    The default is false.
    Remarks
    This property retrieves whether to automatically drop down the drop-down window when the DateEraFieldInfo has input focus.
    See Also