WindowStartPosition Enumeration

Represents the deferent supported window start positions

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum WindowStartPosition

Members

Custom0 The position will be determined according to it's Left and Top properties
Default1 The position will be determined according to windows default position settings
CenterParent2 The windows will be positioned at the center of it's parent window
CenterMDI3 The window will be positioned at the center of the containing MDI
CenterScreen4 The windows will be position at the center of the screen on which it is displayed
CenterParentNonChildWindow5 The windows will be positioned at the center of it's first parent window which is not a child window

See Also