LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

ShowItemText Property






Gets or sets a value indicates whether the thumbnail item text is shown in the control or not.
Syntax
public bool ShowItemText {get; set;}
'Declaration
 
Public Property ShowItemText As Boolean
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Boolean
 
instance.ShowItemText = value
 
value = instance.ShowItemText
public bool ShowItemText {get; set;}
 get_ShowItemText();
set_ShowItemText(value);
public:
property bool ShowItemText {
   bool get();
   void set (    bool value);
}

Property Value

true if the thumbnail text shown otherwise false. Default value is true.
Example
For an example, refer to Add(String,Int32,Int32,String).
Requirements

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

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.