STK UI CoreSend comments on this topic.
IAgUiWindow Interface

Description

Represents a window abstraction. Provides methods and properties to manipulate the position and the state of the window.

Public Methods

Public Method ActivateActivates the window.
Public Method CloseCloses the window.
Public Method GetServiceByNameReturns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified symbolic name.
Public Method GetServiceByTypeReturns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified service type.

Public Properties

Public Property CaptionGets or sets the window caption. Can only be set within UI plugins for the non unique windows they own.
Public Property DockStyleThe window docking style.
Public Property HeightThe window height.
Public Property LeftThe window horizontal position.
Public Property NoWBCloseWhether to close the window when the application workbook is loaded/closed.
Public Property SupportsPinningReturns whether the window supports pinning.
Public Property ToolbarsReturns the window's toolbar collection.
Public Property TopThe window vertical position.
Public Property UnPinnedThe 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).
Public Property WidthThe window width.
Public Property WindowStateThe window state.
© 2024 Analytical Graphics, Inc. All Rights Reserved.