ShowItemText Property

Summary

Gets or sets a value indicates whether the thumbnail item text is shown in the control or not.

Syntax
C#
VB
C++
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.

Example

For an example, refer to Add(String,Int32,Int32,String).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly