BehaviorService.CurrentBehavior 属性

定义

获取位于行为堆栈顶部的 Behavior,但不移除它。

public:
 property System::Windows::Forms::Design::Behavior::Behavior ^ CurrentBehavior { System::Windows::Forms::Design::Behavior::Behavior ^ get(); };
public System.Windows.Forms.Design.Behavior.Behavior CurrentBehavior { get; }
member this.CurrentBehavior : System.Windows.Forms.Design.Behavior.Behavior
Public ReadOnly Property CurrentBehavior As Behavior

属性值

Behavior

位于行为堆栈顶部的 Behavior

适用于