Base class for all ComponentOne text box controls.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "Valid", GroupName = "ValidationStatesStates")]
[StyleTypedPropertyAttribute(Property = "ValidationDecoratorStyle", StyleTargetType = typeof(C1ValidationDecorator))]
public class C1TextBoxBase : TextBox, 
	INotifyPropertyChanged
Visual Basic
<TemplateVisualStateAttribute(Name := "Valid", GroupName := "ValidationStatesStates")> _
<StyleTypedPropertyAttribute(Property := "ValidationDecoratorStyle", StyleTargetType := GetType(C1ValidationDecorator))> _
Public Class C1TextBoxBase _
	Inherits TextBox _
	Implements INotifyPropertyChanged

Remarks

Adds Watermark()()()() and IsEnabled()()()() properties, as well as styles for mouse over and focus.

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          TextBox
            C1.Xaml..::..C1TextBoxBase
              C1.Xaml..::..C1MaskedTextBox

See Also