Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDown Class
Members


In This Topic
    ComboDropDown Class
    In This Topic
    Represents settings for GcComboBox.DropDown function.
    Syntax
    'Declaration
     
    
    Public Class ComboDropDown 
       Inherits DropDown
    'Usage
     
    
    Dim instance As ComboDropDown
    public class ComboDropDown : DropDown 
    Remarks
    This class provides settings for the drop-down function.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.DropDown
          GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown

    See Also