WinForms › Office Window › WindowStyle
WindowStyle
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
Whether the window's caption area and its content are drawn as one merged band or as two separate ones.
public enum WindowStyle
Remarks
Nothing in this library reads this enumeration; it is part of the published surface and is kept for source compatibility. The misspelling of one member is frozen for the same reason.
Members at a glance
Merged | Caption and content are drawn as one continuous band. |
Seperate | Caption and content are drawn as two separate bands. |
Members
Merged
Caption and content are drawn as one continuous band.
Seperate
Caption and content are drawn as two separate bands.