'Declaration Protected Overridable Function FormatCaption( _
ByVal captionFormatThe caption format.As System.String, _
ByVal thumbnailViewerThe thumbnail viewer.As WpfThumbnailViewer, _
ByVal thumbnailThe thumbnail.As ThumbnailImageItem _
) As System.String
protected virtual System.String FormatCaption(
System.String captionFormat,
WpfThumbnailViewer thumbnailViewer,
ThumbnailImageItem thumbnail
)
protected: virtual System.String FormatCaption(
System.String captionFormat,
WpfThumbnailViewer* thumbnailViewer,
ThumbnailImageItem* thumbnail
)
protected:
virtual System.String FormatCaption(
System.String captionFormat,
WpfThumbnailViewer^ thumbnailViewer,
ThumbnailImageItem^ thumbnail
)
Parameters
- captionFormat
- The caption format.
- thumbnailViewer
- The thumbnail viewer.
- thumbnail
- The thumbnail.
Return Value
Text of thumbnail caption.