Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarPainter.BeforeFingersSize Method

Returns the indent before a toolbar’s drag grip – in pixels.

#Declaration

Delphi
function BeforeFingersSize: Integer; virtual;

#Returns

Type
Integer

#Remarks

When a toolbar can be moved along dock controls, it has a drag grip. The BeforeFingersSize method is used internally to determine the size of the space before a drag grip displayed in toolbars. This size varies with a bar manager’s style.

If a particular toolbar cannot be moved, it does not display a drag grip. If a drag grip is not shown, it has no effect on the BeforeFingersSize method’s return value.

The following image displays the indent before a toolbar’s drag grip.

See Also