Event: ShowTextChange

ShowTextChange ShowText:bool

Is triggered when the display of the barcode text enabled or disabled. The property ShowText is passed and can be used.

Code examples

Visual Basic:
Private Sub AxBarcode1_ShowTextChange(sender As Object, 
        e As AxBARCODELib._DBarcodeEvents_ShowTextChangeEvent) Handles AxBarcode1.ShowTextChange
    If AxBarcode1.ShowText = False Then
        MessageBox.Show("Human readable text is disabled now")
    End If
End Sub
Methods:


Properties:


Events: