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