Method UpdateItemProps
UpdateItemProps(AbstractControl, ItemKind)
Updates common properties of the item control.
protected virtual void UpdateItemProps(AbstractControl control, ToolBar.ItemKind itemKind)
Parameters
control
AbstractControlControl which properties to update.
itemKind
ToolBar.ItemKindItem kind.
Remarks
This method is called when new item is added, it updates BackgroundColor and other properties.