c# - Difference of disable form -


this.enabled = false; 

when used in initialiser, form disactived can move or close. using in code (call button click event), disabled including form move or close.

using debug mode, checked 'this' (i thought may different) same.

what different between using in initialiser , public code?

check locked property in both case.

this.locked; 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -