The content of any element on a label may be provided by the developer’s program through the use of a named field buffer that can be created programmatically with the AddField() method and filled using the SetFieldText() or SetFieldImage() methods during the Label() event generated each time the Labels.NET component creates a new label.
Field names may also be specified by summoning the Field Editor with the ShowFieldEditor() method.
Private Sub Fields_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Fields.Click
Alabel11.ShowFieldEditor()
End Sub

The content of an element on the label may be assigned to one of the named fields by selecting the field from the drop-down list of fields appearing in each element’s properties dialog.

More: