property Note.PartText(Part as NotePartEnum) as String
Specifies the HTML caption being shown in the part of the note.

TypeDescription
Part as NotePartEnum A NotePartEnum expression that indicates the part to put text on
String A String expression that specifies the HTML text to be displayed on the ending part of the note. The Text parameter supports HTML tags as well as Chart Tags such as <%dd%> that displays the day in 2 digits, and so on like described bellow. Use the Images method to specify a list of icons that can be displayed in the control using the <img> tag. Use the HTMLPicture property to add custom- size pictures to be used in the HTML captions using the <img> tag.
By default, the PartText property is empty. Use the Text parameter of the Add method to specify the text on the ending part on adding the note. If no text is assigned, use the PartFixedWidth / PartFixedHeight properties to specify a blank frame. The PartForeColor property to specify the part's foreground color. Use the <bgcolor> HTML tag in the PartText property to specify parts of the note's caption with different background colors.  Use the <fgcolor> HTML tag in the PartText property to specify parts of the note's caption with different foreground colors. The PartBorderColor property indicates the color to show the part's frame. Use the The PartBackColor property to specify an EBN object to show a different visual appearance for the part ( borders and background ). The PartAlignment property specifies the text's alignment in the part of the note.

If you need to display a picture only, you need:

The PartText property supports the following:

The following tags are displayed based on the user's Regional and Language Options:

The PartText property supports the following built-in HTML tags: