WindowStartPosition Enumeration
Represents the deferent supported window start positions
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public enum WindowStartPosition
Public Enumeration WindowStartPosition
Custom | 0 |
The position will be determined according to it's Left and Top properties
|
Default | 1 |
The position will be determined according to windows default position settings
|
CenterParent | 2 |
The windows will be positioned at the center of it's parent window
|
CenterMDI | 3 |
The window will be positioned at the center of the containing MDI
|
CenterScreen | 4 |
The windows will be position at the center of the screen on which it is displayed
|
CenterParentNonChildWindow | 5 |
The windows will be positioned at the center of it's first parent window which is not a child window
|