'宣言 Public Overloads Sub ShowContextMenu( _ ByVal pt As Point, _ Optional ByVal item As RibbonItem _ )
public void ShowContextMenu( Point pt, RibbonItem item )
パラメータ
- pt
- The upper-left (upper-right for RTL mode) corner of the contextual menu in screen coordinates.
- item
- Specifies the ribbon item for which the context menu is shown, this parameter uses when the item is on a dropdown form.