Method GetButton
GetButton(KnownButton)
Retrieves a button from the collection of children that matches the specified known button identifier.
public virtual Button? GetButton(KnownButton button)
Parameters
buttonKnownButtonThe identifier of the known button to search for.