VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ThumbnailAutoToolTipPrefix Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ThumbnailAutoToolTipPrefix Property (ThumbnailViewer)
    In This Topic
    Gets or sets the prefix of the ThumbnailAutoToolTip.
    Syntax
    'Declaration
    
    <LocalizableAttribute(True)>
    <DefaultValueAttribute("Image")>
    <DescriptionAttribute("The prefix of the ThumbnailAutoToolTip.")>
    Public Property ThumbnailAutoToolTipPrefix As System.String
    
    
    [Localizable(True)]
    [DefaultValue("Image")]
    [Description("The prefix of the ThumbnailAutoToolTip.")]
    public System.String ThumbnailAutoToolTipPrefix { get; set; }
    
    
    [Localizable(True)]
    [DefaultValue("Image")]
    [Description("The prefix of the ThumbnailAutoToolTip.")]
    public: __property System.String get_ThumbnailAutoToolTipPrefix();
    public: __property void set_ThumbnailAutoToolTipPrefix(
    System.String value
    );
    [Localizable(True)]
    [DefaultValue("Image")]
    [Description("The prefix of the ThumbnailAutoToolTip.")]
    public:
    property System.String ThumbnailAutoToolTipPrefix { System.String get(); void set(System.String value); }
    Remarks

    Thumbnail tooltip is formed from the ThumbnailAutoToolTipPrefix string and page index, space between the ThumbnailAutoToolTipPrefix string and page index is inserted automatically.

    For example, thumbnails will have tooltips: "Page 1," "Page 2", etc if ThumbnailAutoToolTip is set to true and ThumbnailAutoToolTipPrefix is set to "Page" string.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also