Click or drag to resize
KaxTabSelectedImageUrl Property
Gets or sets the URL to an image which is displayed when the tab is selected.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string SelectedImageUrl { get; set; }

Property Value

Type: String
The URL to the image to display when the tab is selected. The default value is empty string which means the image specified via ImageUrl will be used.
Remarks

Use the SelectedImageUrl property to specify a custom image that will be displayed when the current tab is selected. Setting the SelectedImageUrl property required the ImageUrl property to be set beforehand.

If the SelectedImageUrl property is not set the value of the ImageUrl will be used instead.

See Also