ShowTitles Property (IImGearThumbnailCtl)
In This Topic
Gets or sets a value indicating whether a title is shown for each thumbnail, below the button.
Syntax
'Declaration
Property ShowTitles As Boolean
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
instance.ShowTitles = value
value = instance.ShowTitles
bool ShowTitles {get; set;}
__property bool get_ShowTitles();
__property void set_ShowTitles(
bool value
);
property bool ShowTitles {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also