TcxCustomShellComboBox Class
The base class for the Shell Combo Box editor.
Declaration
TcxCustomShellComboBox = class(
TcxCustomPopupEdit,
IcxShellDependedControls,
IcxShellRoot
)
Remarks
The TcxCustomShellComboBox
class has members that allow you to do the following:
- Associate the Shell Combo Box editor with other shell controls (GroupIndex, ShellListView and ShellTreeView).
- Customize Shell Combo Box editor settings (Properties).
- Specify the accessed shell item (AbsolutePIDL and Path).
- Access the Shell List View control displayed in the Shell Combo Box editor’s drop-down window (PopupShellTreeView).
Do not use the TcxCustomShellComboBox
class directly. Use its descendant instead.
Inheritance
See Also