Click or drag to resize

IRibbonPage Interface

A custom page (tab) in the ribbon

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

The IRibbonPage type exposes the following members.

Properties
 NameDescription
Public propertyGlyph The page's glyph
Top
Methods
 NameDescription
Public methodClear Clears the page of all groups.
Public methodDestroy Destroys this page.
Public methodFindCreateGroup Trys to find a group in this page with the given caption, if it fails to find one it creates one.
Public methodFindGroup Trys to find a group in this page with the given caption
Public methodRemoveGroup Removes the group with the given caption from the page.
Top
See Also