Skip to main content
Version: 3.5

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
ContainerControlIf true, the control is a container-like control.
Embeddedif true, the control is embedded in another control.
SelectableIf true, the control can receive focus.

Used By

NameDescription
Control.GetStyleRetrieves the value of the specified control style bit for the control.