Gets or sets the text of the item.
public string Text { get; set; }
Property Text As String
The text to display for the item.
The Text property allows the text displayed for the item to be changed. This property is also used as the default parameter for sorting using the ImageList.Sort method.
The text will be drawn under the image using the brush set in the Foreground property. You must ensure that the area defined by Width and Height is large enough to hold both the image size defined in ImageSize and the item text.
For C#/VB examples, refer to IImageListItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET