RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.EndMargin Property

Determines how far, in pixels, the rightmost tab appears from the right edge of the tab set control.

Pascal
property EndMargin: Integer;
C++
__property int EndMargin;

EndMargin determines how far in pixels the rightmost tab appears from the right edge of the tab set control. Together with the StartMargin property, EndMargin can play a role in determining how many tabs can fit within the tab set control. 

If AutoScroll is true and scroll buttons appear in the tab set control, EndMargin determines how far in pixels the rightmost tab appears from the left edge of the scroll buttons, rather than the edge of the tab set control. 

 

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