TdxBarPainter.BeforeFingersSize Method
Returns the indent before a toolbar’s drag grip – in pixels.
Declaration
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