appbar TaskIcon property
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Description
type  
  TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);  
 
property TaskIcon: TacAppBarShowBehavior;  

Declaration
The TaskIcon property controls whether you would like to show the program icon on the taskbar when the AppBar docked to screen edge.  
 
Default property value is sbOnFloat, that means that task icon should appears only when the AppBar is in undocked, "floating" state.  
 
Set TaskIcon to sbShowAlways to make the task icon ALWAYS visible on the taskbar, even if AppBar is docked to screen edge. When TaskIcon is sbHideAlways — task icon will always hidden.  

See also
TitleBar property.