AnnIsFixedRect property (ILEADRasterAnnotation)
VARIANT_BOOL AnnIsFixedRect (long hObject, long Left, long Top, long Right, long Bottom); | |
Overview |
Refer to Implementing Annotations. |
Remarks
(Read Only) Indicates whether there are any fixed annotations in the client rectangle (left, top, right and bottom). Possible values are:
Setting |
Description |
VARIANT_TRUE |
There is a fixed annotation object in the client area. |
VARIANT_FALSE |
There are no fixed annotation objects in the client area. |
You must set the Flags property before setting this property. Possible values for the Flags property, when used with this property are:
0
ANN_FLAG_SELECTED
ANN_FLAG_NOTTHIS
ANN_FLAG_RECURSE
ANN_FLAG_NOTCONTAINER
ANN_FLAG_NOINVALIDATE
ANN_FLAG_CHECKMENU
See Also
Elements: |
Flags property, AnnPopFixedState method, AnnPushFixedState method |
Topics: |
|
|