'Declaration Public Function FindCommentControl( _
ByVal 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
- Комментарий.
Return Value
Элемент управления комментариями, соответствующий указанному comment, если элемент управления комментариями найден; в противном случае null.