'Declaration Public Function FindCommentControl( _
ByVal commentThe comment.As Vintasoft.Imaging.Annotation.Comments.Comment _
) As Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl
public Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl FindCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment comment
)
public: Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl* FindCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment* comment
)
public:
Vintasoft.Imaging.Annotation.UI.Comments.ICommentControl^ FindCommentControl(
Vintasoft.Imaging.Annotation.Comments.Comment^ comment
)
Parameters
- comment
- The comment.
Return Value
The comment control that corresponds to the specified comment if comment control is found; otherwise, null.