public static class ControlExtensions<ExtensionAttribute>
Public NotInheritable Class ControlExtensions[ExtensionAttribute]
public ref class ControlExtensions abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ControlExtensions = class end| GetFormatFlags | Gets the formatting flags for the text of a custom drawn control. |
| SetControlEnabled | Sets the Enabled property of the child controls within the specified root control, or the Enabled property of the specified control itself, if it is not a recognized container control. By this way pages of a TabControl will remain selectable, a SplitContainer remains resizable, etc. |
| SetControlReadonly | Recursively sets the read-only state in the children of the specified root control. Affects TextBoxBase and IReadOnlyCapable instances. |
| SetDoubleBuffered | Sets the double buffered state of a control |
| SetStyle | Sets a specified ControlStyles flag to either or . It calls the protected Control.SetStyle method on the specified control as if it was a public method. |