TdxCustomShellBreadcrumbEdit Class
The base class for the Shell Breadcrumb control.
Declaration
TdxCustomShellBreadcrumbEdit = class(
TdxCustomBreadcrumbEdit,
IcxShellDependedControls,
IdxShellBreadcrumbEditEvents,
IcxShellRoot,
IDropTarget
)
Remarks
The TdxCustomShellBreadcrumbEdit
class has members that allow you to do the following:
- Associate the Shell Breadcrumb control with other shell controls (GroupIndex, ShellListView, and ShellTreeView).
- Improve your application’s performance when batch Shell Breadcrumb setting changes are applied (BeginUpdate and EndUpdate).
- Navigate to the parent node (BrowseParent).
- Customize Shell Breadcrumb editor settings (Properties).
- Prevent certain shell items from appearing in the node drop-down window (OnAddFolder).
- Respond to external changes in Windows Shell (OnShellChange).
- Select a breadcrumb node (SelectedPidl and Selected).
- Refresh the displayed shell content (UpdateContent).
- Access the root breadcrumb node (Root).
Do not use the TdxCustomShellBreadcrumbEdit
class directly. Use its descendant instead.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxCustomBreadcrumbEdit
TdxCustomShellBreadcrumbEdit
See Also