TextToolbar.RemoveToolbarItem(IToolbarItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes an Element from the Toolbar
public void RemoveToolbarItem (Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.IToolbarItem item);
member this.RemoveToolbarItem : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.IToolbarItem -> unit
Public Sub RemoveToolbarItem (item As IToolbarItem)
Parameters
- item
- IToolbarItem
Item to Remove