Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ListControl Property


In This Topic
    ListControl Property (ComboBoxCellType)
    In This Topic
    Gets or sets the control for the list portion.
    Syntax
    'Declaration
     
    
    Public Property ListControl As ListBox
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As ListBox
     
    instance.ListControl = value
     
    value = instance.ListControl
    public ListBox ListControl {get; set;}
    See Also