Gets a collection of all items which are displayed on the help pane of the Application Menu. The Application Menu has a help pane that can host additional content and is typically used to display a list of recent documents. The collection can be used to add or remove items and to set item properties. The property value is an object of the type Windows.Forms.Ribbon.RibbonItemCollection.

Syntax

public RibbonItemCollection ApplicationMenuHelpPaneItems { get; }
Public ReadOnly Property ApplicationMenuHelpPaneItems() As RibbonItemCollection

Limitations

Read only.