HypernovaDesktop Components · docs
Binarymission
WinFormsHeader Control › ContextMenuType

ContextMenuType

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

Lists the possible types of context menus supported for displaying in the control's header area.

public enum ContextMenuType

Remarks

For backward compatibility purposes, the control supports using the basic ContextMenu object as well, for displaying context menu in the header area.
Refer to BinaryHeaderControl for more details.

Members at a glance

ContextMenuIf you want to use an instance of your ContextMenu for displaying as menu in the control's header areas, then set this value to the property BinaryHeaderControl.
ContextMenuStripIf you want to use an instance of your ContextMenuStrip for displaying as menu in the control's header areas, then set this value to the property BinaryHeaderControl.

Members

ContextMenu

If you want to use an instance of your ContextMenu for displaying as menu in the control's header areas, then set this value to the property BinaryHeaderControl.

ContextMenuStrip

If you want to use an instance of your ContextMenuStrip for displaying as menu in the control's header areas, then set this value to the property BinaryHeaderControl.