Telerik.Web.UI.RadImageButton : Telerik.Web.UI.ButtonBase.PostBackButtonBase
Inheritance Hierarchy
Methods
get_disabledImageUrl
Gets the location of an image to display in the RadImageButton when control is disabled.
Parameters
Returns
String
The location of an image to display in the RadImageButton when control is disabled.
get_hoveredImageUrl
Gets the location of an image to display in the RadImageButton control, when the mouse pointer is over the control.
Parameters
Returns
String
The location of an image to display in the RadImageButton control, when the mouse pointer is over the control.
get_imageUrl
Gets the location of an image to display in the RadImageButton control.
Parameters
Returns
String
The location of an image to display in the RadImageButton control.
get_pressedImageUrl
Gets the location of an image to display in the RadImageButton control, when the control is pressed.
Parameters
Returns
String
The location of an image to display in the RadImageButton control, when the control is pressed.
set_disabledImageUrl
Sets the location of an image to display in the RadImageButton when control is disabled.
Parameters
value String
The location of an image to display in the RadImageButton when control is disabled.
Returns
None
set_hoveredImageUrl
Sets the location of an image to display in the RadImageButton control, when the mouse pointer is over the control.
Parameters
value String
The location of an image to display in the RadImageButton control, when the mouse pointer is over the control.
Returns
None
set_imageUrl
Sets the location of an image to display in the RadImageButton control.
Parameters
value String
The location of an image to display in the RadImageButton control.
Returns
None
set_pressedImageUrl
Sets the location of an image to display in the RadImageButton control, when the control is pressed.
Parameters
value String
The location of an image to display in the RadImageButton control, when the control is pressed.
Returns
None