Each DialogItem represents an item in a WPF.CommentsDialog dialog box. The corresponding string of a DialogItem is the same as the item's Name property. The string can be used with the FrameworkElement.FindName method to get the item and manipulate, move or delete 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.