Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

ShowItemText Property (RasterThumbnailBrowser)






Indicates whether the item text is shown in the control.
Syntax
[DescriptionAttribute("Indicates whether to display item text.")]
[CategoryAttribute("Appearance")]
public bool ShowItemText {get; set;}
'Declaration
 
<DescriptionAttribute("Indicates whether to display item text.")>
<CategoryAttribute("Appearance")>
Public Property ShowItemText As Boolean
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As Boolean
 
instance.ShowItemText = value
 
value = instance.ShowItemText

            

            
[DescriptionAttribute("Indicates whether to display item text.")]
[CategoryAttribute("Appearance")]
public:
property bool ShowItemText {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file