Click or drag to resize

KryptonContextMenuPositionH Enumeration

Specifies the relative horizontal position for showing a KryptonContextMenu.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum KryptonContextMenuPositionH
Members
  Member nameValueDescription
Before0 Specifies right of context menu is adjacent to left of rectangle.
After1 Specifies left of context menu is adjacent to right of rectangle.
Left2 Specifies left of context menu is adjacent to left of rectangle.
Right3 Specifies right of context menu is adjacent to right of rectangle.
See Also