lundi 22 novembre 2021

condition for textbox leave or not in c# desktop application

Is there any possible way to give condition that textbox focus is leave or not in any event

I tried following code but getting error

if (txt_partybillno.Leave == true)
{
    // code 
}

also

if (this.txt_partybillno.Leave == true)
{
    // code 
}

Aucun commentaire:

Enregistrer un commentaire