'Declaration Public Function New( _
ByVal colorThe comment color.As System.Drawing.Color, _
ByVal userNameThe user name.As System.String _
)
public AnnotationComment(
System.Drawing.Color color,
System.String userName
)
public: AnnotationComment(
System.Drawing.Color* color,
System.String userName
)
public:
AnnotationComment(
System.Drawing.Color^ color,
System.String userName
)
Parameters
- color
- The comment color.
- userName
- The user name.