WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / OverlayIcon Property

In This Topic
OverlayIcon Property
In This Topic
Gets or sets an icon to use as the overlay. This should be a small icon, measuring 16x16 pixels at 96 dpi.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TaskbarButton.OverlayIcon", "Shows an overlay icon on the taskbar button of the owner form.")>
<C1CategoryAttribute("Behavior")>
<LocalizableAttribute(True)>
Public Property OverlayIcon As Icon
 
See Also