Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnEditDesigner Class : ShowThumbs Property |
public virtual bool ShowThumbs {get; set;}
'Declaration
Public Overridable Property ShowThumbs As Boolean
'Usage
Dim instance As AnnEditDesigner Dim value As Boolean instance.ShowThumbs = value value = instance.ShowThumbs
public virtual bool ShowThumbs {get; set;}
@property (nonatomic, assign) BOOL showThumbs
public boolean getShowThumbs() public void setShowThumbs(boolean showThumbs)
<br/>get_ShowThumbs();<br/>set_ShowThumbs(value);<br/>Object.defineProperty('ShowThumbs');
Some derived classes such as the AnnTextEditDesigner class toggle the value of this property when the text box is in "edit text mode".