AGI Ui Core 11 Send comments on this topic.
UnPinned Property (IAgUiWindow)
See Also 





Description

The window's pinned state. A window is considered to be unpinned if its pin icon is sideways, or it does not have a pin icon (e.g., when the window is floating, integrated, or dockable but not docked).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UnPinned() As Boolean

[C#]
public bool UnPinned {get; set;}

[Managed C++]
public: __property bool get_UnPinned();
public: __property void set_UnPinned(
bool
);

[Unmanaged C++]
public: HRESULT get_UnPinned(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UnPinned(
VARIANT_BOOL NewUnPinned
);

[Java]
public bool getUnPinned();public void setUnPinned(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1