RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TCornerEdge Enumeration

The size of the cornering for the edge of the bands in a TControlBar.

Pascal
TCornerEdge = (
  ceNone,
  ceSmall,
  ceMedium,
  ceLarge
);
C++
enum TCornerEdge {
  ceNone,
  ceSmall,
  ceMedium,
  ceLarge
};

ExtCtrls

This type contains the size of the cornering for the edge of the bands in a TControlBar

 

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