Event: ShowTextChange

ShowTextChange ShowText:bool

Viene attivato quando la visualizzazione del testo del codice a barre è attivata o disattivata. La proprietà ShowText viene passata e può essere utilizzata.

Esempi di codice

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
Metodi:


Proprietà:


Eventi: