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





Windows & Linux

Description

Indicates whether user has double clicked on a button.

Property type

Read-only property

Syntax

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.