Click or drag to resize

IRibbonGroupItemItemGap Method

Return the spacing gap between the provided previous item and this item.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
int ItemGap(
	IRibbonGroupItem previousItem
)

Parameters

previousItem  IRibbonGroupItem
Previous item.

Return Value

Int32
Pixel gap between previous item and this item.
See Also