KryptonContextMenuPositionH Enumeration |
Specifies the relative horizontal 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 KryptonContextMenuPositionH
Members| Member name | Value | Description |
|---|
| Before | 0 |
Specifies right of context menu is adjacent to left of rectangle.
|
| After | 1 |
Specifies left of context menu is adjacent to right of rectangle.
|
| Left | 2 |
Specifies left of context menu is adjacent to left of rectangle.
|
| Right | 3 |
Specifies right of context menu is adjacent to right of rectangle.
|
See Also