RadControls for WinForms

Adds a property change behavior to the list of behaviors of the element.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void AddBehavior(
	PropertyChangeBehavior behavior
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub AddBehavior ( _
	behavior As PropertyChangeBehavior _
)

Parameters

behavior
Type: Telerik.WinControls..::..PropertyChangeBehavior
behavior instance - should not be null (or Nothing in VB.NET)

Remarks

Behaviors can be used to specify how an element should respond when a certain element property changes. Behaviors are used internally by stylesheets when applying to an hiearrchy of elements.

See Also