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

Figure 1: RadBrowseEditor`s Element Hierarchy

WinForms RadBrowseEditor Element Hierarchy

Figure 2: RadBrowseEditor`s Structure

WinForms RadBrowseEditor Structure

  1. RadBrowseEditorElement: Represents the main element of RadBrowseEditor.
  2. StackLayoutElement: Container element responsible for arranging the text box and the button.
  3. RadTextBoxItem: Text box handling user input.
  4. BrowseEditorButton: Button opening a dialog depending on the value of the DialogType property.
  5. ImageAndTextLayoutPanel: Element containing the button`s image and/or text.

See Also

In this article