Indicates whether the item text is shown in the control.
[DescriptionAttribute("Indicates whether to display item text.")]
[CategoryAttribute("Appearance")]
public bool ShowItemText {get; set;}
<DescriptionAttribute("Indicates whether to display item text.")>
<CategoryAttribute("Appearance")>
Public Property ShowItemText As Boolean
[DescriptionAttribute("Indicates whether to display item text.")]
[CategoryAttribute("Appearance")]
public:
property bool ShowItemText {
bool get();
void set ( bool );
}
true if the item text is shown in the control; otherwise, false. Default is true
When the value of the ShowItemText property is set to true, the item RasterImageListItem.Text value is shown in the item.
Imports Leadtools.WinForms
Imports Leadtools
Imports Leadtools.Codecs
Imports Leadtools.Drawing
''' This example will display a <see cref="RasterImageList"/> control with the item text and then without the text.
Public Sub RasterImageList_ShowItemText(ByVal imageList As RasterImageList)
' Show the item text
imageList.ShowItemText = True
MessageBox.Show("Item text is visible")
' Hide the item text
imageList.ShowItemText = False
MessageBox.Show("Item text is not visible")
' Show the item text again
imageList.ShowItemText = True
MessageBox.Show("Item text is visible again")
End Sub
using Leadtools.WinForms;
using Leadtools;
using Leadtools.Codecs;
using Leadtools.Drawing;
/// This example will show a <see cref="RasterImageList"/> control with the item text and then without the text.
public void RasterImageList_ShowItemText(RasterImageList imageList)
{
// Show the item text
imageList.ShowItemText = true;
MessageBox.Show("Item text is visible");
// Hide the item text
imageList.ShowItemText = false;
MessageBox.Show("Item text is not visible");
// Show the item text again
imageList.ShowItemText = true;
MessageBox.Show("Item text is visible again");
}
Products |
Support |
Feedback: ShowItemText Property (RasterImageList) - Leadtools.WinForms |
Introduction |
Help Version 19.0.2017.3.22
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.