←Select platform

ShowItemText Property (RasterThumbnailBrowser)

Summary

Indicates whether the item text is shown in the control.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

true if the item text is shown in the control; otherwise, false. Default is true

Remarks

When the value of the ShowItemText property is set to true, the item RasterImageListItem.Text value is shown in the item.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize