Click or drag to resize

KryptonContextMenuPositionV Enumeration

Specifies the relative vertical position for showing a KryptonContextMenu.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum KryptonContextMenuPositionV
Members
  Member nameValueDescription
Above0 Specifies bottom of context menu is adjacent to top of rectangle.
Below1 Specifies top of context menu is adjacent to bottom of rectangle.
Top2 Specifies top of context menu is adjacent to top of rectangle.
Bottom3 Specifies bottom of context menu is adjacent to bottom of rectangle.
See Also