Gets or sets a value indicates whether the thumbnail item text is shown in the control or not.
public bool ShowItemText {get; set;}
public bool ShowItemText {get; set;}
get_ShowItemText();
set_ShowItemText(value);
public:
property bool ShowItemText {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowItemText As Boolean
'Usage
Dim instance As WebThumbnailViewer
Dim value As Boolean
instance.ShowItemText = value
value = instance.ShowItemText
Property Value
true if the thumbnail text shown otherwise false. Default value is true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2