WinForms › Header Control › ContextMenuButtonImageType
ContextMenuButtonImageType
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 ContextMenuButtonImageType
Remarks
Use either of the supported types.
Members at a glance
Bitmap | Instructs the control to use the value specificed in the ContextMenuImageType property. |
Default | Instructs the control to draw the default image. |
Icon | Instructs the control to use the value specified in the ContextMenuImageType property. |
Members
Bitmap
Instructs the control to use the value specificed in the ContextMenuImageType property.
Default
Instructs the control to draw the default image.
Icon
Instructs the control to use the value specified in the ContextMenuImageType property.