C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates whether to show the thumbs.
public virtual bool ShowThumbs { get; set; }
Public Overridable Property ShowThumbs As Boolean
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');
public:
virtual property bool ShowThumbs
{
bool get()
void set(bool value)
}
true to show the thumbs; otherwise, it is false. The default value is true.
Some derived classes such as the AnnTextEditDesigner class toggle the value of this property when the text box is in "edit text mode".
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET