バージョン

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

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

パラメータ

popupToolKey
表示するコンテキストポップアップのキー。
screenPoint
画面座標で表された、コンテキスト ポップアップを表示する点。
sourceControl
ポップアップがコンテキスト メニューとして表示されるときのソース コントロール。
exclusionRect
ポップアップ メニューで隠れないようにする四角形(画面座標で指定)。
dropdownPosition
ExclusionRect を基準として、ポップアップ メニューを表示する位置を決定します。
owner
所有コントロール。
alignRight
True の場合は、ドロップダウンの右上隅をロケーション ポイントに配置しようとします。
showMiniToolbar
True の場合、MiniToolbar がツールを持つ場合にドロップ ダウンで MiniToolbar を示します。
解説

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

参照