ContextMenuEventArgs.CursorTop 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得滑鼠的垂直位置。
public:
property double CursorTop { double get(); };
public double CursorTop { get; }
member this.CursorTop : double
Public ReadOnly Property CursorTop As Double
屬性值
滑鼠的垂直位置。
備註
當使用者以滑鼠右鍵按一下滑鼠來開啟操作功能表時,這個屬性會傳回滑鼠的位置。 藉由設定 PlacementTarget 、 PlacementRectangle 、 Placement 、 HorizontalOffset 或 VerticalOffsetProperty 屬性來指定 的位置 ContextMenu ,不會影響 的值 CursorTop 。
當使用者使用鍵盤開啟操作功能表,或操作功能表關閉時,這個屬性的值是 -1。