6 types derived from TextControl
System.Web.Mobile (6)
UI\MobileControls\BaseValidator.cs (1)
40
public abstract class BaseValidator :
TextControl
, IValidator
UI\MobileControls\Command.cs (1)
40
public class Command :
TextControl
, IPostBackEventHandler, IPostBackDataHandler
UI\MobileControls\Label.cs (1)
37
public class Label :
TextControl
UI\MobileControls\Link.cs (1)
38
public class Link :
TextControl
, IPostBackEventHandler
UI\MobileControls\PhoneCall.cs (1)
41
public class PhoneCall :
TextControl
, IPostBackEventHandler
UI\MobileControls\TextBox.cs (1)
42
public class TextBox :
TextControl
, IPostBackDataHandler
11 references to TextControl
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlLabelAdapter.cs (2)
34
protected new
TextControl
Control
38
return (
TextControl
)base.Control;
UI\MobileControls\Adapters\WmlLabelAdapter.cs (2)
34
protected new
TextControl
Control
38
return (
TextControl
)base.Control;
UI\MobileControls\Design\MobileControlDesigner.cs (7)
365
if ((_mobileControl is
TextControl
|| _mobileControl is TextView)
376
if (_mobileControl is
TextControl
)
378
originalText = ((
TextControl
)_mobileControl).Text;
379
((
TextControl
)_mobileControl).Text = String.Empty;
400
if (_mobileControl is
TextControl
)
402
((
TextControl
)_mobileControl).Text = originalText;
469
if ((_mobileControl is
TextControl
|| _mobileControl is TextView)