ComponentOne Windows 7 Control Pack for WinForms
OverlayIcon Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : OverlayIcon Property
Gets or sets an icon to use as the overlay. This should be a small icon, measuring 16x16 pixels at 96 dpi.
Syntax
<C1CategoryAttribute("動作")>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("Shows an overlay icon on the taskbar button of the owner form.")>
Public Property OverlayIcon As Icon
Dim instance As C1TaskbarButton
Dim value As Icon
 
instance.OverlayIcon = value
 
value = instance.OverlayIcon
[C1Category("動作")]
[Localizable(true)]
[C1Description("Shows an overlay icon on the taskbar button of the owner form.")]
public Icon OverlayIcon {get; set;}
[C1Category("動作")]
[Localizable(true)]
[C1Description("Shows an overlay icon on the taskbar button of the owner form.")]
public:
property Icon^ OverlayIcon {
   Icon^ get();
   void set (    Icon^ value);
}
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members