I'm trying to convert a bunifu text into a sender in the key down event
private void TxtName_KeyDown(object sender, KeyEventArgs e)
{
BunifuTextBox textBox = (BunifuTextBox)sender;
}
but im having this error
I'm trying to convert a bunifu text into a sender in the key down event
private void TxtName_KeyDown(object sender, KeyEventArgs e)
{
BunifuTextBox textBox = (BunifuTextBox)sender;
}
but im having this error
Copyright © 2021 Jogjafile Inc.