'Declaration Public MustOverride Function Add( _
ByVal colorThe comment color.As System.Drawing.Color, _
ByVal userNameThe user name.As System.String, _
ByVal stateModelThe state model.As System.String, _
ByVal parentStateThe parent state.As System.String _
) As Comment
public abstract Comment Add(
System.Drawing.Color color,
System.String userName,
System.String stateModel,
System.String parentState
)
public: abstract Comment* Add(
System.Drawing.Color* color,
System.String userName,
System.String stateModel,
System.String parentState
)
public:
abstract Comment^ Add(
System.Drawing.Color^ color,
System.String userName,
System.String stateModel,
System.String parentState
)
Parameters
- color
- The comment color.
- userName
- The user name.
- stateModel
- The state model.
- parentState
- The parent state.
Return Value
A new comment.