[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonToggleGroup

RibbonToggleGroup Class

Container for other RibbonItem elements. Any RibbonToggleButtons contained in this element behave like radio buttons (checking one unchecks all others).

Implements
ISupportUiaContainer
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonToggleGroup : RibbonItemContainer, IComponent, IDisposable, ISupportUiaContainer

Constructors

Name Description
RibbonToggleGroup()

Creates a new instance of RibbonToggleGroup.

Properties

Name Description
AllowAllButtonsUp

Gets or sets whether the second click will depress the button in this toggle group.

Items

Gets the collection of child items of this RibbonToggleGroup.

PressedButton

Gets or sets the currently pressed button in this RibbonToggleGroup.

Methods

Name Description
OnPressedButtonChanged(EventArgs)

Raises the PressedButtonChanged event.

ShouldSerializeItems()

This member is for internal use only.

Events

Name Description
PressedButtonChanged

Occurs when the Pressed property is changed for some button.