ControlStyles

Wisej.Web.ControlStyles

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the style and behavior of a control.

public enum ControlStyles : Enum

Fields

NameDescription

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

NameDescription

Retrieves the value of the specified control style bit for the control.

Last updated