Annotate
Adds and deletes annotations, and determines whether annotations exist. Use this method with the OPENMode property set to 5
(indexing enabled).
Syntax
bRet = KeyView.Annotate(action, position, type, bitmapFile, cbText, colorref, cursorFile)
Parameters
Parameter | Type | Description |
---|---|---|
action
|
Integer |
|
position
|
Long | Logical address to apply the annotation. |
type
|
Integer |
|
bitmapFile
|
String | If the annotation type is bitmap, this is the bitmap file name (*.bmp ). |
cbText
|
Integer | If the annotation type is underline, this is the length of the underlined text. |
colorref
|
Long | If the annotation type is underline, this is the color of the underlined text. |
cursorFile
|
String | The cursor file (*.cur ) to use when mouse hovers over the annotation. |
Returns
Type | Description |
---|---|
Boolean |
|