←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly