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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
int ItemGap(
	IRibbonGroupItem previousItem
)

Parameters

previousItem
Type: Internal.ComponentFactory.Krypton.RibbonIRibbonGroupItem
Previous item.

Return Value

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