Clipboard.GetItemSize Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemSize(
Usual kFormat = default
)
Request Example
View SourceParameters
- kFormat (Optional)
- Type: Usual
The type of item to retrieve, specified as one of the following constants:
Constant | Description |
---|
BITMAPFORMAT | The item is a bitmap object. |
STRINGFORMAT | The item is a string. |
Return Value
Type:
UsualSee Also