Class TextBoxBaseBehavior
Provides VisualStateManager behavior for TextBox controls.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class TextBoxBaseBehavior : ControlBehavior
Constructors
TextBoxBaseBehavior()
Declaration
public TextBoxBaseBehavior()
Properties
TargetType
This behavior targets TextBoxBase derived Controls.
Declaration
protected override Type TargetType { get; }
Property Value
Type |
---|
System.Type |
Overrides
Methods
OnAttach(Control)
Attaches to property changes and events.
Declaration
protected override void OnAttach(Control control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Control | control | An instance of the control. |
Overrides
OnDetach(Control)
Detaches property changes and events.
Declaration
protected override void OnDetach(Control control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Control | control | The control |
Overrides
UpdateState(Control, Boolean)
Called to update the control's visual state.
Declaration
protected override void UpdateState(Control control, bool useTransitions)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Control | control | The instance of the control being updated. |
System.Boolean | useTransitions | Whether to use transitions or not. |