[]
Container for other RibbonItem elements. Any RibbonToggleButtons contained in this element behave like radio buttons (checking one unchecks all others).
public class RibbonToggleGroup : RibbonItemContainer, IComponent, IDisposable, ISupportUiaContainer
| Name | Description |
|---|---|
| RibbonToggleGroup() | Creates a new instance of RibbonToggleGroup. |
| 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. |
| Name | Description |
|---|---|
| OnPressedButtonChanged(EventArgs) | Raises the PressedButtonChanged event. |
| ShouldSerializeItems() | This member is for internal use only. |
| Name | Description |
|---|---|
| PressedButtonChanged | Occurs when the Pressed property is changed for some button. |