バージョン

ShowPopup(Point,Rectangle,DropDownPosition,Control) メソッド

画面座標内の指定したポイントにコンテキスト ポップアップとして PopupToolBase を表示します。その際、指定した四角形の領域がポップアップで隠れないようにします。
シンタックス
'宣言
 
Public Overloads Sub ShowPopup( _
   ByVal screenPoint As Point, _
   ByVal exclusionRect As Rectangle, _
   ByVal dropdownPosition As Infragistics.Win.DropDownPosition, _
   ByVal owner As Control _
) 
public void ShowPopup( 
   Point screenPoint,
   Rectangle exclusionRect,
   Infragistics.Win.DropDownPosition dropdownPosition,
   Control owner
)

パラメータ

screenPoint
画面座標で表された、コンテキスト ポップアップを表示する点。
exclusionRect
ポップアップ メニューで隠れないようにする四角形 (画面座標で指定)。
dropdownPosition
ExclusionRect を基準として、ポップアップ メニューを表示する位置を決定します。
owner
所有コントロール。
解説

UltraToolbarsManager.DockWithinContainer プロパティが設定されない場合、「オーナー」パラメーターを指定する必要があります。

参照