ClassRadImageButton
Represents the RadImageButton for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadImageButton : ButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlButtonBaseRadImageButton
Inherited Members
Constructors
RadImageButton()
Initializes a new instance of the RadImageButton class.
Declaration
public RadImageButton()
RadImageButton(Element)
Initializes a new instance of the RadImageButton class.
Properties
ClientId
Gets the client Id of the PushButton control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
HoveredImageUrl
Returns the HoveredImageUrl
ImageUrl
Returns the ImageUrl of the button.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PressedImageUrl
Returns the PressedImageUrl
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.