Method GetButton
GetButton(ObjectUniqueId)
Gets a button from the toolbar by its unique identifier.
public virtual SimpleToolBarView.IToolBarItem? GetButton(ObjectUniqueId id)
Parameters
id
ObjectUniqueIdThe unique identifier of the button.
Returns
- SimpleToolBarView.IToolBarItem
The toolbar button with the specified unique identifier, or
null
if no button is found.