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
[C1Description("C1TaskbarButton.OverlayIcon", "Shows an overlay icon on the taskbar button of the owner form.")]
[C1Category("Behavior")]
[Localizable(true)]
public Icon OverlayIcon {get; set;}
See Also