![]() |
![]() ![]() ![]() |
acAppBar component.
|
type
|
TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);
|
|
property TaskIcon: TacAppBarShowBehavior;
|
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.
|
TitleBar property.
|