Table of Contents

Method UpdateItemProps

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

UpdateItemProps(Control, ItemKind)

Updates common properties of the item control.

protected virtual void UpdateItemProps(Control control, ToolBar.ItemKind itemKind)

Parameters

control Control

Control which properties to update.

itemKind ToolBar.ItemKind

Item kind.

Remarks

This method is called when new item is added, it updates BackgroundColor and other properties.