Class
DesktopEdit

Represents text box control.

Definition

Constructors

DesktopEdit()

Declaration

cs-api-definition
public DesktopEdit()

Properties

IsReadOnly

Indicates whether control is read only.

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

Text

Text of the text box.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

InitControl(DesktopElement)

Initialize desktop control.

Declaration

cs-api-definition
protected override void InitControl(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Overrides DesktopControl.InitControl(DesktopElement)