ImageGear .NET v24.12 - Updated
ShowTitles Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ShowTitles Property
Gets or sets a value indicating whether a title is shown for each thumbnail, below the button.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute()>
Public Property ShowTitles As Boolean
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.ShowTitles = value
 
value = instance.ShowTitles
[Category("Items")]
[Description()]
public bool ShowTitles {get; set;}
[Category("Items")]
[Description()]
public: __property bool get_ShowTitles();
public: __property void set_ShowTitles( 
   bool value
);
[Category("Items")]
[Description()]
public:
property bool ShowTitles {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members