Creates a CommentsDialog object for the specified WPF.TextControl.

CommentsDialog(TextControl)

public CommentsDialog(TextControl textControl);
Public Sub New(textControl As TextControl)

Parameters

Parameter Description
textControl Specifies the WPF.TextControl for which the dialog box is opened.