protected StarRatingEditor(MyImageRating templateControl, string propertyName, bool handleActivationClick) : base(templateControl, propertyName, true, handleActivationClick) { }
public StarRatingEditor(MyImageRating template) : this(template, "SelectedValueValue", true) { }