←Select platform

ShowThumbs Property

Summary
Gets or sets a value that indicates whether to show the thumbs.
Syntax
C#
VB
Objective-C
C++
Java
public virtual bool ShowThumbs { get; set; } 
Public Overridable Property ShowThumbs As Boolean 
@property (nonatomic, assign) BOOL showThumbs 
public boolean getShowThumbs() 
public void setShowThumbs(boolean showThumbs) 
public:  
   virtual property bool ShowThumbs 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to show the thumbs; otherwise, it is false. The default value is true.

Remarks

Some derived classes such as the AnnTextEditDesigner class toggle the value of this property when the text box is in "edit text mode".

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.