STK UI PluginsSend comments on this topic.
IsMouseButtonDown Property (IAgUiPlugin3DMouseEventArgs)
See Also
Windows





Windows & Linux

Description

Indicates whether the mouse button is pressed.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsMouseButtonDown() As Boolean
[C#]
public bool IsMouseButtonDown {get;}
[Managed C++]
public: __property bool get_IsMouseButtonDown();
[Unmanaged C++]
public: HRESULT get_IsMouseButtonDown(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsMouseButtonDown();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.