ShellAddressBar Events |
The ShellAddressBar type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforePathChange |
This event is fired before a path is selected in the control. Setting the path can be canceled.
| |
| EditModeEnter |
Occurs if edit mode is entered.
| |
| EditModeLeave |
Occurs if edit mode is left.
| |
| ForeColorChanged |
Occurs when the ForeColor property value changes.
| |
| ImeModeChanged |
Occurs when the ImeMode property has changed.
| |
| Initialized | Occurs when initialization of the component is completed. | |
| Paint |
Occurs when the control is redrawn.
| |
| PathChanged |
Occurs if the path represented by AbsoluteItemIdList has changed.
| |
| PathSelected |
Occurs if a new path was set through the ShellAddressBar.
| |
| RightToLeftChanged |
Occurs when the RightToLeft property value changes.
| |
| TextChanged |
Occurs when the Text property value changes.
|