BehaviorService.PushCaptureBehavior(Behavior) 方法

定义

Behavior 压到该行为堆栈上,并为该行为分配鼠标捕获。

public:
 void PushCaptureBehavior(System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public void PushCaptureBehavior (System.Windows.Forms.Design.Behavior.Behavior behavior);
member this.PushCaptureBehavior : System.Windows.Forms.Design.Behavior.Behavior -> unit
Public Sub PushCaptureBehavior (behavior As Behavior)

参数

behavior
Behavior

要压入的 Behavior

例外

behaviornull

注解

推送捕获行为通常通过命中测试 Glyph完成。 如果某个行为调用 PushCaptureBehavior 方法并且鼠标捕获丢失,则调用该行为的 OnLoseCapture 方法。

适用于

另请参阅