'Declaration Public Function UpdateItem( _ ByVal key As String, _ ByVal itemUpdate As ToolbarItem _ ) As Task
public Task UpdateItem( string key, ToolbarItem itemUpdate )
Parameters
- key
- The toolbar item key, as it was specified in the addItem parameters
- itemUpdate
- New toolbar item settings