News

This should be an easy one, but I just can't find the answer. I know that I can add values in a bitwise combination with the '|' operator like so: textBox1.Anchor = AnchorStyles.Left; textBox1 ...