Each DialogItem represents an item in a CommentsDialog dialog box. The corresponding string of a DialogItem is the same as the item's Name property. The DialogItem enumeration can be used with the CommentsDialog.FindItem method to get the item and manipulate it.

Members

Member Description
TXITEM_CommentsCount Identifies the comments count label.
TXITEM_CommentsRefresh Identifies the refresh comments button.
TXITEM_CommentsViewer Identifies the comments viewer.
TXITEM_DeleteComment Identifies the delete comment button.
TXITEM_DeleteAllComments Identifies the delete all comments button.
TXITEM_EditComment Identifies the edit comment button.
TXITEM_ReplyComment Identifies the reply comment button.
TXITEM_Close Identifies the close button.