HypernovaDesktop Components · docs
Binarymission
WinFormsHeader Control › HeaderLocation

HeaderLocation

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls

Lists the possible locations where the header caption area is drawn in the control.

public enum HeaderLocation

Remarks

The footer is drawn only when the DrawFooter property is set to true. Also note that the footer is drawn only if the controls HeaderLocation property is set to any location other than Bottom.
This means that if the HeaderLocation is set to Bottom, the footer won;t be drawn at all, even if you have set the DrawFooter property to true.

Members at a glance

BottomThe header is drawn at the bottom of the control.
LeftThe header is drawn at the left side of the control.
RightThe header is drawn at the right side of the control.
TopThe header is drawn at the top of the control.

Members

Bottom

The header is drawn at the bottom of the control.

Left

The header is drawn at the left side of the control.

Right

The header is drawn at the right side of the control.

Top

The header is drawn at the top of the control.