Behavior.OnMouseEnter(Glyph) 方法

定义

在任何鼠标输入消息进入 BehaviorService 的装饰器窗口时调用。

public:
 virtual bool OnMouseEnter(System::Windows::Forms::Design::Behavior::Glyph ^ g);
public virtual bool OnMouseEnter (System.Windows.Forms.Design.Behavior.Glyph g);
public virtual bool OnMouseEnter (System.Windows.Forms.Design.Behavior.Glyph? g);
abstract member OnMouseEnter : System.Windows.Forms.Design.Behavior.Glyph -> bool
override this.OnMouseEnter : System.Windows.Forms.Design.Behavior.Glyph -> bool
Public Overridable Function OnMouseEnter (g As Glyph) As Boolean

参数

g
Glyph

一个 Glyph

返回

如果消息已处理,则为 true;否则为 false

注解

OnMouseDoubleClick当任何鼠标进入消息进入 WndProc 的装饰器窗口时BehaviorService,将调用 方法。 在此处,消息将发送到适当的行为。

当鼠标指针的位置使用与之前不同的Glyph命中测试进行正面命中测试时,将在与 Glyph关联的 上Behavior调用此方法。

适用于

另请参阅