ClassListBoxItemBehavior
Class
Provides VisualStateManager behavior for ListBoxItem controls.
Definition
Namespace:ArtOfTest.WebAii.Design.UI.WPFToolkit
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ListBoxItemBehavior : ControlBehavior
Inheritance: objectVisualStateBehaviorControlBehaviorListBoxItemBehavior
Inherited Members
Constructors
ListBoxItemBehavior()
Declaration
cs-api-definition
public ListBoxItemBehavior()
Properties
TargetType
This behavior targets ListBoxItem 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 to property changes and events.
Declaration
cs-api-definition
protected override void OnDetach(Control control)
Parameters
control
An instance of the control.
Overrides
UpdateState(Control, bool)
Called to update the control's visual state.