Hello Steven,
We have included this feature to be part of our next release. As of now, you can call the method Focus()
in the button’s Click
event. Here’s an example:
private void bunifuButton1_Click(object sender, EventArgs e)
{
bunifuButton1.Focus();
}