[RESOLVED] Localizable property - access/set through code.
Hi, guys,
I am able to access many of the forms properties through code, so that I can set them without issue; however, I am unable to access the Localizable property through code. Any way I can access this property through code, so that I can set it's true/false property without having to do it within the properties window?
Re: Localizable property - access/set through code.
Why would you want to? It's a design setting... it's used by the compiler to determine whether the form can be localized or not. I don't think it's something designed to be changed at run time and I can't think of a reason to change it at run time either.
-tg
Re: Localizable property - access/set through code.
It isn't a property. It's in the Properties window for convenience but the Form class has no Localizable property. It's much like the Locked "property" in that regard.