|
|
|
|
|
- Overview
- Getting the index of the element selected in the breadcrumb
Manipulating Breadcrumb controls programmatically
The Breadcrumb control can be handled through programming: Reminder: A Breadcrumb control can be created entirely in the page editor.. It can be customized through programming with the WLanguage functions.
Getting the index of the element selected in the breadcrumb To get the index of the selected element in the breadcrumb, use the Value property (in the click code of the Breadcrumb control). Example:
Trace("Clicked element index: " + MySelf.Value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|