ControlStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the style and behavior of a control.
- C#
- VB.NET
public enum ControlStyles : Enum
Public Enum ControlStyles As [Enum]
Fields
| Name | Description |
|---|---|
| ContainerControl | If true, the control is a container-like control. |
| Embedded | if true, the control is embedded in another control. |
| Selectable | If true, the control can receive focus. |
Used By
| Name | Description |
|---|---|
| Control.GetStyle | Retrieves the value of the specified control style bit for the control. |