'Declaration
Public Overloads Sub ShowContextMenu( _ ByVal pt As Point, _ ByVal alignment As LeftRightAlignment, _ Optional ByVal item As RibbonItem _ )
public void ShowContextMenu( Point pt, LeftRightAlignment alignment, RibbonItem item )
Parameters
- pt
- The upper-left or upper-right corner of the contextual menu in screen coordinates.
- alignment
- Specifies the alignment of the control relative to the pos parameter.
- item
- Specifies the ribbon item for which the context menu is shown, this parameter uses when the item is on a dropdown form.