'Declaration Public Function FindRootCommentControl( _
ByVal commentThe comment.As Vintasoft.Imaging.Annotation.Comments.Comment _
) As Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl
public Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl FindRootCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment comment
)
public: Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl* FindRootCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment* comment
)
public:
Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl^ FindRootCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment^ comment
)
Parameters
- comment
- The comment.
Return Value
Root comment control that corresponds to the specified comment.