RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedTreeview Enumeration

TThemedTreeview describes the possible themable parts of a tree view.

Pascal
TThemedTreeview = (
  ttTreeviewDontCare,
  ttTreeviewRoot,
  ttItemNormal,
  ttItemHot,
  ttItemSelected,
  ttItemDisabled,
  ttItemSelectedNotFocus,
  ttGlyphClosed,
  ttGlyphOpened,
  ttBranch
);
C++
enum TThemedTreeview {
  ttTreeviewDontCare,
  ttTreeviewRoot,
  ttItemNormal,
  ttItemHot,
  ttItemSelected,
  ttItemDisabled,
  ttItemSelectedNotFocus,
  ttGlyphClosed,
  ttGlyphOpened,
  ttBranch
};

TThemedTreeview describes the possible themable parts of a tree view. The following table lists the possible values of TThemedTreeview and their meaning.

Value  
Description  
ttTreeviewDontCare  
The content that is shared across all the tree view parts.  
ttTreeviewRoot  
The content that is shared across all the tree view states.  
ttItemNormal  
A tree view item in its normal state.  
ttItemHot  
A tree view item in its hovered state.  
ttItemSelected  
A tree view item in its selected state.  
ttItemDisabled  
A tree view item in its disabled state.  
ttItemSelectedNotFocus  
A tree view item in its selected, but not focused state.  
ttGlyphClosed  
The glyph representing a collapsed tree view node.  
ttGlyphOpened  
The glyph representing an expanded tree view node.  
ttBranch  
Tree view branch that links all nodes together.  

 

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