- flag
- The System.Windows.Forms.ControlStyles bit to return the value from.
true if the specified control style bit is set to true; otherwise, false.
Control style bit flags are used to categorize supported behavior. A control can enable a style by calling the Control.SetStyle(ControlStyles, bool) method and passing in the appropriate System.Windows.Forms.ControlStyles bit and the Boolean value to set the bit to. To determine the value assigned to a specified System.Windows.Forms.ControlStyles bit, use the Control.GetStyle(ControlStyles) method and pass in the System.Windows.Forms.ControlStyles member to evaluate.