VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailCaption Class / FormatCaption(String,ThumbnailViewer,Thumbnail) Method
Syntax Requirements SeeAlso
In This Topic
    FormatCaption(String,ThumbnailViewer,Thumbnail) Method (ThumbnailCaption)
    In This Topic
    Formats the caption.
    Syntax
    'Declaration
    
    Protected Overridable Function FormatCaption( _
    ByVal captionFormat
    The caption format.
    As System.String, _
    ByVal thumbnailViewer
    The thumbnail viewer.
    As ThumbnailViewer, _
    ByVal thumbnail
    The thumbnail.
    As Vintasoft.Imaging.Thumbnail _
    ) As System.String
    protected virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer thumbnailViewer,
    Vintasoft.Imaging.Thumbnail thumbnail
    )
    protected: virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer* thumbnailViewer,
    Vintasoft.Imaging.Thumbnail* thumbnail
    )
    protected:
    virtual System.String FormatCaption(
    System.String captionFormat,
    ThumbnailViewer^ thumbnailViewer,
    Vintasoft.Imaging.Thumbnail^ thumbnail
    )

    Parameters

    captionFormat
    The caption format.
    thumbnailViewer
    The thumbnail viewer.
    thumbnail
    The thumbnail.

    Return Value

    Text of thumbnail caption.
    Requirements

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

    See Also