| | |
exCreateBarAuto | 1
|
The CreateBar event is fired and a 'newbar' of 'Task' type is added.
Use the ItemBar property to change the key, the
name or any other property of the newly created bar whose exBarKey
property is "newbar" and it's exBarName
is "Task". In other words, when this value is set, the control
automatically adds a new bar to selected position, with the key 'newbar' that
looks like this: .
If the ChangeBar event is not handled, only a single bar is added to the same
item, as the key is never changed. If you handle the CreateBar event, and
assign a different key for the newly created bar, multiple bars can be added at
runtime.
| |