RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedTrayNotify Enumeration

TThemedTrayNotify describes the possible themable parts of a system tray notification area.

Pascal
TThemedTrayNotify = (
  ttnTrayNotifyDontCare,
  ttnTrayNotifyRoot,
  ttnBackground,
  ttnAnimBackground
);
C++
enum TThemedTrayNotify {
  ttnTrayNotifyDontCare,
  ttnTrayNotifyRoot,
  ttnBackground,
  ttnAnimBackground
};

TThemedTrayNotify describes the possible themable parts of a system tray notification area. The following table lists the possible values of TThemedTrayNotify and their meaning.

Value  
Description  
ttnTrayNotifyDontCare  
The content that is shared across all the tray notification parts.  
ttnTrayNotifyRoot  
The content that is shared across all the tray notification states.  
ttnBackground  
The background of a tray notification area.  
ttnAnimBackground  
The background of a tray notification area when animating.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!