Click or drag to resize

Clipboard.GetItemSize Method

X#
Retrieve the size of the item in the clipboard, specifying either a string or a bitmap object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemSize(
	kFormat
) AS USUAL CLIPPER
Request Example View Source

Parameters

kFormat (Optional)
Type: Usual
The type of item to retrieve, specified as one of the following constants:
ConstantDescription
BITMAPFORMATThe item is a bitmap object.
STRINGFORMATThe item is a string.

Return Value

Type: Usual
See Also