We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

VeltMultiThreadCommentDialogWireframe

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe>
        <VeltMultiThreadCommentDialogWireframe.CommentCount />
        <VeltMultiThreadCommentDialogWireframe.MinimalFilterDropdown />
        <VeltMultiThreadCommentDialogWireframe.MinimalActionsDropdown />
        <VeltMultiThreadCommentDialogWireframe.NewThreadButton />
        <VeltMultiThreadCommentDialogWireframe.CloseButton />
        <VeltMultiThreadCommentDialogWireframe.List />
        <VeltMultiThreadCommentDialogWireframe.ResetFilterButton />
        <VeltMultiThreadCommentDialogWireframe.ComposerContainer />
    </VeltMultiThreadCommentDialogWireframe>
</VeltWireframe>

CommentCount

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.CommentCount />
</VeltWireframe>

MinimalFilterDropdown

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.MinimalFilterDropdown />
</VeltWireframe>

MinimalActionsDropdown

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.MinimalActionsDropdown />
</VeltWireframe>

NewThreadButton

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.NewThreadButton />
</VeltWireframe>

CloseButton

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.CloseButton />
</VeltWireframe>

List

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.List />
</VeltWireframe>

ResetFilterButton

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.ResetFilterButton />
</VeltWireframe>

ComposerContainer

<VeltWireframe>
    <VeltMultiThreadCommentDialogWireframe.ComposerContainer />
</VeltWireframe>