APNSoft Controls [4.5.2.20] - API Reference
RatingSegment.Add Method (Int32)

Adds a new segment. New segment is added after the current segment.

[Visual Basic]
Overloads Public Function Add( _
   ByVal Value As Integer _
) As RatingSegment
[C#]
public RatingSegment Add(
   int Value
);

Parameters

Value
Segment value.

Return Value

New segment.

Remarks

Segment ID is generated automatically.

See Also

RatingSegment Class | APNSoft.WebControls Namespace | RatingSegment.Add Overload List