WinForms › Header Control › HeaderImageType
HeaderImageType
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Lists the type of image types supported for drawing the header image.
public enum HeaderImageType
Remarks
Use either of the supported types.
Members at a glance
Bitmap | Instructs the control to use the value specified in the HeaderImage property. |
Icon | Instructs the control to use the value specified in the HeaderIcon property. |
None | Instructs the control to not draw any "Header" image/icon. |
Members
Bitmap
Instructs the control to use the value specified in the HeaderImage property.
Icon
Instructs the control to use the value specified in the HeaderIcon property.
None
Instructs the control to not draw any "Header" image/icon.