Click or drag to resize

ThumbnailToolTip Property

Gets or sets the tooltip for the Thumbnail.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ToolTip { get; set; }

Property Value

Type: String
The tooltip used for this thumbnail.
Remarks
Tooltips are only used if the ToolTipControl property is set in the ThumbnailView.
See Also