KaxTabSelectedImageUrl Property |
Gets or sets the URL to an image which is displayed when the tab is selected.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string SelectedImageUrl { get; set; }
Public Property SelectedImageUrl As String
Get
Set
public:
property String^ SelectedImageUrl {
String^ get ();
void set (String^ value);
}
member SelectedImageUrl : string with 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