showThumbs Property

Summary

Gets or sets a value that indicates whether to show the thumbs.

Syntax

JavaScript Syntax
Object.defineProperty(AnnEditDesigner.prototype, 'showThumbs', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
showThumbs: boolean; 

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

Leadtools.Annotations.Designers Assembly