All pages
Powered by GitBook
1 of 1

Loading...

ControlStyles

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]

Fields

Name
Description

Used By

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.

Control.GetStyle

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