ShowItemText Property
Summary
Gets or sets a value indicates whether the thumbnail item text is shown in the control or not.
Syntax
public bool ShowItemText { get; set; }
Public Property ShowItemText As Boolean
public:
property bool ShowItemText {
bool get();
void set ( bool );
}
Property Value
true if the thumbnail text shown otherwise false. Default value is true.