STK UI CoreSend comments on this topic.
SupportsPinning Property (IAgUiWindow)
See Also
Windows






Windows & Linux

Description

Returns whether the window supports pinning.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportsPinning() As Boolean
[C#]
public bool SupportsPinning {get;}
[Managed C++]
public: __property bool get_SupportsPinning();
[Unmanaged C++]
public: HRESULT get_SupportsPinning(
    VARIANT_BOOL * pVal
);
[Java]
public bool getSupportsPinning();

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.