LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ShowItemText Property (RasterThumbnailBrowser)

Show in webframe





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.
Example
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.