Conditionals in WPF.
        Posted  
        
            by Carlos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Carlos
        
        
        
        Published on 2010-05-31T15:19:04Z
        Indexed on 
            2010/05/31
            15:23 UTC
        
        
        Read the original article
        Hit count: 389
        
wpf
I have the following question: I have a Boolean variable in a configuration file. If it is true I want a property in textbox control to be setup according to the value of that variable. Try the solution above but it does not work. What am I doing wrong? This is a fragment code: bool isKeyboardAvtive = true; //read from configuration file .... .....
© Stack Overflow or respective owner