Clipboard.GetItemSize Method (Typed) | |
Retrieve the size of the item in the clipboard, specifying either a string or a bitmap object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemSize(
kFormat AS LONG
) AS LONG
public virtual int GetItemSize(
int kFormat
)
Request Example
View SourceParameters
- kFormat
- Type: Long
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:
LongSee Also