Skip to main content

TcxShellComboBox Class

A Shell Combo Box editor.

Declaration

TcxShellComboBox = class(
    TcxCustomShellComboBox
)

Remarks

A Shell Combo Box editor combines the functionality of a Combo Box editor and a Shell Tree View control. The Shell Combo Box editor can display the Shell Tree View control in a drop-down window to allow users to browse Windows Shell. Alternatively, users can type the path to an item in the editor box. The Shell Combo Box editor can synchronize content with other DevExpress shell controls, allowing you to build fully-functional shell dialogs in your applications.

A Shell Combo Box

You can associate the Shell Combo Box editor with the following shell controls:

TdxShellBreadcrumbEdit
A Shell Breadcrumb control.
TdxShellListView
A Shell List View control.
TdxShellTreeView
A Shell Tree View control.

The TcxShellComboBox class does not introduce any new functionality. It only publishes inherited properties, methods, and events. Refer to the TcxCustomShellComboBox class description for detailed information on available public API members.

See Also