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

google app engine - 403 Forbidden POST - Flask WTForms -

Android layout hidden on keyboard show -

Parse xml element into list in Python -