LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ShowItemText Property

Show in webframe





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:
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

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.