New to Telerik UI for WinForms? Download free 30-day trial

Structure

This article describes the inner structure and organization of the elements which build the RadApplicationMenu control.

Figure 1: RadApplicationMenu's Elements Hierarchy

WinForms RadApplicationMenu's ButtonElement Elements Hierarchy

WinForms RadMenus MenuDropDown Elements Hierarchy

Figure 2: RadApplicationMenu visual structure

WinForms RadApplicationMenu Visual Structure

  1. RadApplicationMenuButtonElement: represents the application menu button element
    1.1. DropDownEditorLayoutPanel
        1.1.1. RadArrowButtonElement: represents the arrow button
        1.1.2. ActionButtonElement: represents the button element
  2. RadApplicationMenuDropDownElement: represents the drop down
    2.1. RadApplicationMenuContentElement
         2.1.1. RadApplicationMenuDropDownMenuElement: represents the drop down menu content menu element (left and right column)
              2.1.1.1. RadDropDownMenuLayout
                   2.1.1.1.1. RadMenuItem: represents a menu item
    2.2. RadApplicationMenuContentElement :
        2.2.1. RadApplicationMenuBottomStripLayout: represents the container that holds bottom button items
            2.2.1.1. RadMenuButtonItem: represents the menu button item.

See Also

In this article