[]
Serves as a base class for all ribbon components that support icons.
public abstract class RibbonIconItem : RibbonItem, IComponent, IDisposable
| Name | Description |
|---|---|
| RibbonIconItem(Image, Image) | Creates a new instance of RibbonIconItem. |
| Name | Description |
|---|---|
| AllowImageScaling | Gets or sets a value indicating if the image can be scaled in high-resolution applications. |
| FlipImageRtl | Gets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode. |
| IconSet | Gets the icon set used to display item with different sizes. |
| LargeImage | Gets or sets the large image. |
| SmallImage | Gets or sets the small image. |
| TextImageRelation | Gets or sets a value indicating whether the text should appear below the image. |