Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / ShowDropDownMenuStrip Property


In This Topic
    ShowDropDownMenuStrip Property
    In This Topic
    Gets or sets whether the cell type displays the drop-down menu button.
    Syntax
    'Declaration
     
    
    Public Property ShowDropDownMenuStrip As Boolean
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Boolean
     
    instance.ShowDropDownMenuStrip = value
     
    value = instance.ShowDropDownMenuStrip
    public bool ShowDropDownMenuStrip {get; set;}
    See Also