Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

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

Error processing SSI file