Name | Description | |
---|---|---|
![]() | Activate | Activates the window. |
![]() | Close | Closes the window. |
![]() | GetMargins | Overridden. Gets the margins of the element. This implementation returns the margins of the frame, which is caclulated to include the TitleBar and the frame border. |
![]() | IsAncestorWindowClosing | Determines whether any of the window ancestor popup is currently in a closing procedure. |
![]() | Maximize | Maximizes the window. Has no effect if the window is not opened, or platform does not support maximization. |
![]() | Minimize | Minimizes the window. Has no effect if the window is not opened, or platform does not support minimization |
![]() | Open | Opens the window. |
![]() | PositionCenterInOwnerWindow | Centers the window in the owner window screen bounds. |
![]() | PositionCenterInScreen | Centers the window in the center of the screen. |
![]() | PositionCenterInWorkingArea | Centers the window in the center of the screen working are. |
![]() | Restore | Restores the window to its normal size. Has no effect if the window is not opened, or platform does not support restore. |
![]() | SetupApplicationWindow | Helper method, that setups the properties typically associated with application windows. |
![]() | SetupDialogWindow | Helper method, that setups the properties typically associated with dialog windows. |
![]() | SetupPopupWindow | Helper method, that setups the properties typically associated with popup windows. |