BehaviorService.PopBehavior(Behavior) Method

Definition

Removes and returns the Behavior at the top of the stack.

public:
 System::Windows::Forms::Design::Behavior::Behavior ^ PopBehavior(System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public System.Windows.Forms.Design.Behavior.Behavior PopBehavior (System.Windows.Forms.Design.Behavior.Behavior behavior);
public System.Windows.Forms.Design.Behavior.Behavior? PopBehavior (System.Windows.Forms.Design.Behavior.Behavior behavior);
member this.PopBehavior : System.Windows.Forms.Design.Behavior.Behavior -> System.Windows.Forms.Design.Behavior.Behavior
Public Function PopBehavior (behavior As Behavior) As Behavior

Parameters

behavior
Behavior

The Behavior to remove from the stack.

Returns

The Behavior that was removed from the stack.

Exceptions

The Behavior stack is empty.

Remarks

Removes the current Behavior from the behavior stack internally maintained by the BehaviorService.

Applies to

See also