Class RadImageButtonElement
Represents an image button.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadImageButtonElement : RadButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
RadImageButtonElement()
Declaration
public RadImageButtonElement()
Fields
ImageClickedProperty
ImageHoveredProperty
ImageIndexClickedProperty
ImageIndexHoveredProperty
ImageKeyClickedProperty
ImageKeyHoveredProperty
Properties
DisplayStyle
Declaration
public override DisplayStyle DisplayStyle { get; set; }
Property Value
DisplayStyle
|
Overrides
ImageClicked
Gets or sets the image that is displayed on a button element when it is clicked.
Declaration
[RadPropertyDefaultValue("ImageClicked", typeof(RadButtonItem))]
public virtual Image ImageClicked { get; set; }
Property Value
System.Drawing.Image
|
ImageHovered
Gets or sets the image that is displayed on a button element when it is hovered.
Declaration
[RadPropertyDefaultValue("ImageHovered", typeof(RadButtonItem))]
public virtual Image ImageHovered { get; set; }
Property Value
System.Drawing.Image
|
ImageIndexClicked
Gets or sets the image list index value of the image displayed on the button control when it is clicked.
Declaration
[RadPropertyDefaultValue("ImageIndexClicked", typeof(RadButtonItem))]
public virtual int ImageIndexClicked { get; set; }
Property Value
System.Int32
|
ImageIndexHovered
Gets or sets the image list index value of the image displayed on the button control when it is hovered.
Declaration
[RadPropertyDefaultValue("ImageIndexHovered", typeof(RadButtonItem))]
public virtual int ImageIndexHovered { get; set; }
Property Value
System.Int32
|
ImageKeyClicked
Gets or sets the key accessor for the image for clicked state in the ImageList.
Declaration
[RadPropertyDefaultValue("ImageKeyClicked", typeof(RadButtonItem))]
public virtual string ImageKeyClicked { get; set; }
Property Value
System.String
|
ImageKeyHovered
Gets or sets the key accessor for the image for hovered state in the ImageList.
Declaration
[RadPropertyDefaultValue("ImageKeyHovered", typeof(RadButtonItem))]
public virtual string ImageKeyHovered { get; set; }
Property Value
System.String
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|