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();
[Python - STK API ]
@property
def SupportsPinning(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.