RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedRebar Enumeration

TThemedRebar describes the possible themable parts of a rebar control.

Pascal
TThemedRebar = (
  trRebarDontCare,
  trRebarRoot,
  trGripper,
  trGripperVert,
  trBandNormal,
  trBandHot,
  trBandPressed,
  trBandDisabled,
  trBandChecked,
  trBandHotChecked,
  trChevronNormal,
  trChevronHot,
  trChevronPressed,
  trChevronDisabled,
  trChevronVertNormal,
  trChevronVertHot,
  trChevronVertPressed,
  trChevronVertDisabled
);
C++
enum TThemedRebar {
  trRebarDontCare,
  trRebarRoot,
  trGripper,
  trGripperVert,
  trBandNormal,
  trBandHot,
  trBandPressed,
  trBandDisabled,
  trBandChecked,
  trBandHotChecked,
  trChevronNormal,
  trChevronHot,
  trChevronPressed,
  trChevronDisabled,
  trChevronVertNormal,
  trChevronVertHot,
  trChevronVertPressed,
  trChevronVertDisabled
};

TThemedRebar describes the possible themable parts of a rebar control. 

 

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