#include "BIThumbnail.h"
void SetCaptionText(const std::string& captionText)
void SetCaptionText(LPCTSTR captionText)
Description
Set caption text of window.
Parameters
|
string& |
captionText |
String that contains caption text. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Requirements
Header : Declared in BiThumbnail.h; include BiThumbnail.h
Library : Use BiThumbnail.lib
DLLs : BiThumbnail.dll