Table of Contents

Class WindowInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains window properties.

public class WindowInfo
Inheritance
WindowInfo

Fields

AlwaysOnTop

Gets or sets a value indicating whether the window should be placed above all non-topmost windows and should stay above them, even when the window is deactivated.

CloseEnabled

Gets or sets a value indicating whether the window has an enabled close button.

HasBorder

Gets or sets a value indicating whether the window has a border.

HasSystemMenu

Gets or sets whether system menu is visible for this window.

HasTitleBar

Gets or sets a boolean value indicating whether window has title bar.

IsPopupWindow

Gets or sets a value indicating whether to create a special popup window.

IsToolWindow

A tool window does not appear in the Windows taskbar or in the window that appears when the user presses ALT+TAB. On Windows, a tool window doesn't have minimize and maximize buttons.

MaximizeEnabled

Gets or sets a value indicating whether the window has an enabled maximize button.

MinimizeEnabled

Gets or sets a value indicating whether the window has an enabled minimize button.

Resizable

Gets or sets a value indicating whether the window can be resized by user.

ShowInTaskbar

Gets or sets a value indicating whether the form is displayed in the Windows or Linux taskbar.

StartLocation

Gets or sets the position of the window when first shown.