Method ShowInsideControlAligned
ShowInsideControlAligned(AbstractControl?, HVDropDownAlignment?)
Displays the context menu inside the specified container, aligned according to the specified alignment.
public virtual void ShowInsideControlAligned(AbstractControl? container, HVDropDownAlignment? align = null)
Parameters
containerAbstractControlThe container control in which the context menu will be displayed.
alignHVDropDownAlignment?The alignment of the context menu within the container. If null, the default alignment Center is used.