Standard oder höher

Property: IsValid

Codebeispiele

Visual Basic:
    If AxBarcode1.IsValid = False Then
        MessageBox.Show("Barcode is not valid. Please change properties")
    End If