Method GetVisibleButton
GetVisibleButton(int)
Retrieves the button at the specified index from the collection of visible buttons.
public virtual Button? GetVisibleButton(int index)
Parameters
indexintThe zero-based index of the button to retrieve. Must be within the range of visible buttons.
Returns
Remarks
This method returns null if the specified index is out of range of the visible buttons.