KaxRatingItemCollectionAdd Method (String, String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void Add(
string imageUrl,
string selectedImageUrl,
string hoveredImageUrl
)
Public Overridable Sub Add (
imageUrl As String,
selectedImageUrl As String,
hoveredImageUrl As String
)
public:
virtual void Add(
String^ imageUrl,
String^ selectedImageUrl,
String^ hoveredImageUrl
)
abstract Add :
imageUrl : string *
selectedImageUrl : string *
hoveredImageUrl : string -> unit
override Add :
imageUrl : string *
selectedImageUrl : string *
hoveredImageUrl : string -> unit
Parameters
- imageUrl
- Type: SystemString
- selectedImageUrl
- Type: SystemString
- hoveredImageUrl
- Type: SystemString
See Also