Is in this documentation not so easy to find... But it works with the Bitwise XOR Assignment Operator! FontStyle fontStyle = this.textBox1.Font.Style; fontStyle = FontStyle.Italic FontStyle.Bold; fontStyle = fontStyle ^ FontStyle.Bold; //Removes the flag Bold from the fontStyle flagAttributes list http://msdn2.microsoft.com/de-de/library/system.flagsattribute(VS.80).aspx
Latest Posts
Popular Posts
-
I am *very* keen on automating tests, so I was looking into unit testing a WCF service. If I say "unit test", I mean a fast ,...
-
It's easy I thought, just select the Property of the EntityType and set the Default Value in the Properties window to: DateTime.Now ...
-
*Updated* 26. September 2010: Updated with comments from Adam Cogan *Updated* 27. September 2010: Updated the comparison between anonymo...
No comments:
Post a Comment