New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
DisabledImageUrl
EnableImageButton
HoveredImageUrl
ImageUrl
IsBackgroundImage
PressedImageUrl
Telerik.Web.UI.RadButtonImage
Manages the image shown in the RadButton control.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.RadButtonImage
Properties
DisabledImageUrl String
Gets or sets the location of an image to display when the RadButton control is disabled.
EnableImageButton Boolean
Gets or sets a bool value indicating whether the RadButton is rendered as Image Button.
Use this property if you want to set the image through the CssClass property of the RadButton control.
In case the ImageUrl property is set this property is automatically set to true.
HoveredImageUrl String
Gets or sets the location of an image to display in the RadButton control, when the mouse pointer is over the control.
ImageUrl String
Gets or sets the location of an image to display in the RadButton control.
IsBackgroundImage Boolean
Gets or sets a bool value indicating how the Image is used - i.e. as a background image or as an Image Button.
PressedImageUrl String
Gets or sets the location of an image to display in the RadButton control, when the control is pressed.