8.17. CommentOnTop Property

Description

Returns or sets a value that determines whether the comment box is placed above or below the symbol.

Syntax

HRESULT get_CommentOnTop(HANDLE handle, VARIANT_BOOL* pVal);
HRESULT put_CommentOnTop(HANDLE handle, VARIANT_BOOL val);

Remarks

The default value for CommentOnTop is FALSE. To place the comment on top of the image, set this property to TRUE.