ITextControl

Mobilize.QualityMate.ControlInterfaces

ITextControl Interface

The interface used to represent the controls with readable and writable text.

public interface ITextControl :
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable

Derived ↳ IComboBoxIDateTimePickerIElementINumericUpDownITextBox

Implements IControl, IValidatable

Properties

ITextControl.IsReadOnly Property

Gets a value indicating whether the control can be edited.

bool IsReadOnly { get; }

Property Value

System.Boolean

ITextControl.Text Property

Gets or sets the text value of this control.

string Text { get; set; }

Implements Text

Property Value

System.String

Last updated