RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Ribbon.TRibbonMetric Enumeration
Pascal
TRibbonMetric = (
  rmCaption,
  rmHeight,
  rmFullHeight,
  rmMinHeight,
  rmTabTop,
  rmPageHeight,
  rmGroupHeight,
  rmGroupCaptionHeight,
  rmQATWidth,
  rmSystemButtonHeight,
  rmSystemButtonWidth,
  rmTabHeight,
  rmFontSize
);
C++
enum TRibbonMetric {
  rmCaption,
  rmHeight,
  rmFullHeight,
  rmMinHeight,
  rmTabTop,
  rmPageHeight,
  rmGroupHeight,
  rmGroupCaptionHeight,
  rmQATWidth,
  rmSystemButtonHeight,
  rmSystemButtonWidth,
  rmTabHeight,
  rmFontSize
};

This is record Ribbon.TRibbonMetric.

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