Click or drag to resize

IRibbonGroup Interface

A group of UI elements on a page.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public interface IRibbonGroup

The IRibbonGroup type exposes the following members.

Properties
 NameDescription
Public propertyCaption The caption displayed under the group.
Public propertyIsVisible Gets/sets the visibility of this group
Public propertyName The name of the group.
Top
Methods
 NameDescription
Public methodAddItem Adds an item to this group.
Public methodAddSeparator Adds a separator to the group.
Public methodClear Clears this group of all tools.
Public methodDestroy Destroys this group.
Public methodFindButton Finds a button.
Public methodFindCheck Finds a checkbox.
Public methodFindChoice Finds a choice control.
Public methodFindColorChooser Finds a color chooser.
Public methodFindCreateButton Finds or creates a button.
Public methodFindCreateCheck Finds or creates a checkbox control.
Public methodFindCreateChoice(String) Finds or creates a choice control.
Public methodFindCreateChoice(String, Boolean) Finds or creates a choice control.
Public methodFindCreateColorChooser Finds or creates a color chooser.
Public methodFindCreateCustomControl Finds or creates a custom control.
Public methodFindCreateEdit Finds or creates an editable input field.
Public methodFindCreateSub Finds or creates a subitem for a choice control.
Public methodFindCustomControl Finds a custom control.
Public methodFindEdit Finds an editable input field.
Public methodFindSub Finds a subitem.
Public methodGetTools Get all the tools on this group.
Public methodInsertRibbonItem Inserts an item to this group.
Public methodRemoveRibbonItem Removes an item from this group.
Top
See Also