Click or drag to resize

IRibbonGroupItem Interface

Information for a ribbon group 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#
public interface IRibbonGroupItem

The IRibbonGroupItem type exposes the following members.

Properties
 NameDescription
Public propertyItemSizeCurrent Gets and sets the current item size.
Public propertyItemSizeMaximum Gets and sets the maximum allowed size of the item.
Public propertyItemSizeMinimum Gets and sets the minimum allowed size of the item.
Public propertyRibbon Gets and sets the owning ribbon control instance.
Public propertyRibbonContainer Gets and sets the owning ribbon container instance.
Public propertyRibbonTab Gets and sets the owning ribbon tab instance.
Public propertyVisible Gets the visible state of the item.
Top
Methods
 NameDescription
Public methodCreateView Creates an appropriate view element for this item.
Public methodItemGap Return the spacing gap between the provided previous item and this item.
Top
See Also