RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Ribbon.TTabSeparatorState Enumeration

Position of Quick Access Toolbar.

Pascal
TTabSeparatorState = (
  tssHidden,
  tssLight,
  tssMedium,
  tssDark
);
C++
enum TTabSeparatorState {
  tssHidden,
  tssLight,
  tssMedium,
  tssDark
};

TTabSeparatorState is the state of the separators that are displayed between tabs when the ribbon is being resized smaller.

Value 
Meaning 
tssHidden  
Hidden  
tssLight  
Light  
tssMedium  
Medium  
tssDark  
Dark  

 

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