KryptonContextMenuPositionV Enumeration |
Specifies the relative vertical position for showing a KryptonContextMenu.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum KryptonContextMenuPositionV
Members| Member name | Value | Description |
|---|
| Above | 0 |
Specifies bottom of context menu is adjacent to top of rectangle.
|
| Below | 1 |
Specifies top of context menu is adjacent to bottom of rectangle.
|
| Top | 2 |
Specifies top of context menu is adjacent to top of rectangle.
|
| Bottom | 3 |
Specifies bottom of context menu is adjacent to bottom of rectangle.
|
See Also