RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CaptionedDockTree.TDockCaptionPinButton Enumeration

The pin button styles.

Pascal
TDockCaptionPinButton = (
  dcpbNone,
  dcpbUp,
  dcpbDown
);
C++
enum TDockCaptionPinButton {
  dcpbNone,
  dcpbUp,
  dcpbDown
};

CaptionedDockTree

The valid values are:

Style 
Description 
dcpbNone  
No style set.  
dcpbUp  
Shows the push pin in an upward facing direction.  
dcpbDown  
Shows the push pin in a downward facing direction.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!