'Declaration Public Function AddReply( _
ByVal colorThe reply color.As System.Drawing.Color, _
ByVal userNameThe user name.As System.String _
) As Comment
public Comment AddReply(
System.Drawing.Color color,
System.String userName
)
public: Comment* AddReply(
System.Drawing.Color* color,
System.String userName
)
public:
Comment^ AddReply(
System.Drawing.Color^ color,
System.String userName
)
Parameters
- color
- The reply color.
- userName
- The user name.
Return Value
Reply to this comment.