Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / ITF Class / BearerBar Property


In This Topic
    BearerBar Property
    In This Topic
    Gets or sets whether to display the ITF bearer bar.
    Syntax
    'Declaration
     
    Public Property BearerBar As Boolean
    'Usage
     
    Dim instance As ITF
    Dim value As Boolean
     
    instance.BearerBar = value
     
    value = instance.BearerBar
    public bool BearerBar {get; set;}

    Property Value

    Boolean: true to display the bearer bar; false otherwise
    See Also