BehaviorService.GetNextBehavior(Behavior) 方法

定义

返回 Behavior 行为堆栈中给定 Behavior 的紧接。

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

参数

behavior
Behavior

Behavior 返回的 Behavior 前面。

返回

行为 Behavior 堆栈中的紧跟 behavior ,或者 null 没有以下行为。

适用于