Click or drag to resize

IRibbonManager Interface

Manages custom ribbons

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

The IRibbonManager type exposes the following members.

Methods
  NameDescription
Public methodFindCreatePage
Attempts to find a page in the toolbar by caption. If it doesn't exist, one will be created using the given caption.
Public methodFindPage
Finds a page in the toolbar by its caption.
Public methodImageFromFile
Gets an image from a given file path.
Public methodImageFromUri
Gets an image from a given Uri
Top
See Also