Skip to main content
A newer version of this page is available. .

TcxCustomNavigatorButtons.GetButtonImageOffset Method

Sets the offset for images displayed on navigator buttons.

Declaration

function GetButtonImageOffset: Integer; virtual;

Returns

Type
Integer

Remarks

The GetButtonImageOffset method of the TcxCustomNavigatorButtons class always returns 2. Descendants can override this method to return another value. The specified offset is used by internal methods to determine the minimum bounds when resizing the control.

See Also