Click or drag to resize

GroupButtonType Enumeration

Specifies the type of operation for a group button.

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#
public enum GroupButtonType
Members
  Member nameValueDescription
Push0 Specifies a simple push button operation.
Check1 Specifies a check button that toggles between checked and not checked.
DropDown2 Specifies a button that when pressed shows a drop down.
Split3 Specifies a button that is split between push area and drop down area.
See Also