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 RadStatusStrip control.

Figure 1: RadStatusStrip's elements hierarchy

WinForms RadStatusStrip Elements Hierarchy

Figure 2: RadStatusStrip's structure

WinForms RadStatusStrip Structure

1 RadStatusBarElement
  1.1 WrapLayoutPanel: Represents the wrap layout panel that holds the items when the LayoutStyle is Overflow.
  1.2 StatusBarBoxLayout: Represents the box layout panel that holds the items when the LayoutStyle is Stack.
  1.3 RadGripElement: Represents the re-sizing grip element.

See Also

In this article