March 2003
Intermediate to advanced
896 pages
32h 35m
English
FormStartPosition
The position at which a Form appears when it is
first shown can be defined by a value from this enumeration. Note
that you must set StartPosition before a
Form is shown for it to have any effect.
public enum FormStartPosition { Manual = 0, CenterScreen = 1, WindowsDefaultLocation = 2, WindowsDefaultBounds = 3, CenterParent = 4 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ FormStartPosition
Form.StartPosition,
PrintPreviewDialog.StartPosition
Form.StartPosition,
PrintPreviewDialog.StartPosition
Read now
Unlock full access