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

Structure

This article will show the internal elements structure of RadDropDownButton:

Figure 1: RadDropDownButton's elements hierarchy

WinForms RadButtons RadDropDownButton's elements hierarchy

  1. RadArrowButtonElement: represents the arrow button that opens the popup
  2. ActionButtonElement: represents the action button element
  3. RadMenuItem: represents the drop down item. For more information see RadMenuItem.
  4. RadDropDownButtonPopup: represents the drop down

Figure 2: RadDropDownButton's structure

WinForms RadButtons RadDropDownButton's structure

In this article