New to Telerik UI for WinForms? Start a free 30-day trial
Customizing the SmartPasteButton
Updated on Aug 9, 2026
The RadSmartPasteButton derives from RadButton and supports its standard appearance settings. The following properties customize the content and icon that the button displays before and during a smart paste operation.
| Property | Description |
|---|---|
Text | Gets or sets the text displayed in the button. |
IconSvgImage | Gets or sets the SVG icon rendered in the button. |
IconImage | Gets or sets the bitmap icon rendered in the button. |
IconSvgImageXml | Gets or sets the SVG icon as a string (used internally for serialization). |
IconSize | Gets or sets the size of the button SVG icon, in pixels. |
IconForeColor | Gets or sets the color used to render the button icon. |
IsProcessing | Read-only property. Gets a value indicating whether the button is in processing state. |