Table of Contents

Property ContextMenuPosition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ContextMenuPosition

Gets or sets the alignment position of the context menu. Based on this property, the menu will be aligned horizontally and vertically relative to the control bounds. If not set (default value), the context menu will be shown at the current mouse cursor position.

[Browsable(false)]
public virtual HVDropDownAlignment? ContextMenuPosition { get; set; }

Property Value

HVDropDownAlignment?