Wisej.Web.ControlStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the style and behavior of a control.
public enum ControlStyles : Enum
Public Enum ControlStyles As [Enum]
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.
Control.GetStyle
Retrieves the value of the specified control style bit for the control.
Last updated 3 years ago
Was this helpful?