Inherited by ClipBoard< SmartUtil::tstring >.
Public Types | |
enum | ClipBoardFormat |
Types of clipboard format. More... | |
Public Member Functions | |
bool | isClipBoardFormatAvailable (ClipBoardFormat format) |
Checks to see if the queried clipboard format is available. |
Class is not directly instantiable, you must derive from it or use one of the ClipBoard specialized classes.
enum ClipBoardFormat |
Types of clipboard format.
Basically just maps to the defines from winuser.h which is prefixed with CF_ in front of the name
bool isClipBoardFormatAvailable | ( | ClipBoardFormat | format | ) |
Checks to see if the queried clipboard format is available.
Returns true if the queried clipboard format is available, otherwise false.