cidToggleCommentVisibility Constant
Specifies an ID of the pop-up menu item that shows the “Show Comment” or “Hide Comment” caption.
Declaration
const cidToggleCommentVisibility = 27;
Remarks
This menu item is visible only if the pop-up menu is invoked for a focused cell that has an anchored comment container. if the container is hidden, the menu item displays “Show Comment” as a caption; otherwise – “Hide Comment”. A click on the menu item switches the anchored container’s visibility.
Use the sdxBuiltInPopupMenuShowComment and sdxBuiltInPopupMenuHideComment resource strings to localize the “Show Comment” and “Hide Comment” menu items.
See Also