ClassTextBoxBaseBehavior
Class
Provides VisualStateManager behavior for TextBox controls.
Definition
Namespace:ArtOfTest.WebAii.Design.UI.WPFToolkit
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TextBoxBaseBehavior : ControlBehavior
Inheritance: objectVisualStateBehaviorControlBehaviorTextBoxBaseBehavior
Inherited Members
Constructors
TextBoxBaseBehavior()
Declaration
cs-api-definition
public TextBoxBaseBehavior()
Properties
TargetType
This behavior targets TextBoxBase derived Controls.
Declaration
cs-api-definition
protected override Type TargetType { get; }
Property Value
Overrides
Methods
OnAttach(Control)
Attaches to property changes and events.
Declaration
cs-api-definition
protected override void OnAttach(Control control)
Parameters
control
An instance of the control.
Overrides
OnDetach(Control)
Detaches property changes and events.
Declaration
cs-api-definition
protected override void OnDetach(Control control)
Parameters
control
The control
Overrides
UpdateState(Control, bool)
Called to update the control's visual state.