vcl-cxshellcombobox.md
A Shell Combo Box editor.
TcxShellComboBox = class(
TcxCustomShellComboBox
)
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.
You can associate the Shell Combo Box editor with the following shell controls:
TdxShellBreadcrumbEditA Shell Breadcrumb control.TdxShellListViewA Shell List View control.TdxShellTreeViewA 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.
Show 17 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomPopupEdit TcxCustomShellComboBox TcxShellComboBox
See Also