In This Topic
Removes existing item from the toolbar
Syntax
'Declaration
Public Function RemoveItem( _
ByVal As String _
) As Task
public Task RemoveItem(
string
)
Parameters
- key
- The toolbar item key, as it was specified in the addItem parameters
See Also