Class ListBoxItemBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.WPFToolkit
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ListBoxItemBehavior : ControlBehavior
Constructors
ListBoxItemBehavior()
Declaration
public ListBoxItemBehavior()
Properties
TargetType
Declaration
protected override Type TargetType { get; }
Property Value
System.Type
|
Overrides
Methods
OnAttach(Control)
Declaration
protected override void OnAttach(Control control)
Parameters
System.Windows.Controls.Control
control
|
Overrides
OnDetach(Control)
Declaration
protected override void OnDetach(Control control)
Parameters
System.Windows.Controls.Control
control
|
Overrides
UpdateState(Control, Boolean)
Declaration
protected override void UpdateState(Control control, bool useTransitions)
Parameters
System.Windows.Controls.Control
control
|
System.Boolean
useTransitions
|