BehaviorService::GetNextBehavior Method (Behavior^)

 

Returns the Behavior immediately after the given Behavior in the behavior stack.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
Behavior^ GetNextBehavior(
	Behavior^ behavior
)

Parameters

behavior
Type: System.Windows.Forms.Design.Behavior::Behavior^

The Behavior preceding the Behavior to be returned.

Return Value

Type: System.Windows.Forms.Design.Behavior::Behavior^

The Behavior immediately after behavior in the behavior stack, or null if there is no following behavior.

.NET Framework
Available since 2.0
Return to top
Show: