Ribbon for WinForms
ShowContextMenu(Point,RibbonItem) メソッド

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス > ShowContextMenu メソッド : ShowContextMenu(Point,RibbonItem) メソッド
The upper-left (upper-right for RTL mode) corner of the contextual menu in screen coordinates.
Specifies the ribbon item for which the context menu is shown, this parameter uses when the item is on a dropdown form.
Displays the contextual menu at the specified screen position.
シンタックス
'宣言
 
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.
参照

C1Ribbon クラス
C1Ribbon メンバ
オーバーロード一覧