|
-
Nov 29th, 2014, 11:43 AM
#1
Thread Starter
PowerPoster
[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?
-
Nov 29th, 2014, 10:07 PM
#2
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
-
Nov 29th, 2014, 10:22 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|