バージョン

UltraPeekPopup クラス

プレビュー ウィンドウにコントロールを表示するコンポーネント。
シンタックス
'宣言
 
Public Class UltraPeekPopup 
   Inherits Infragistics.Win.UltraComponentControlManagerBase
   Implements Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IPopupItem, Infragistics.Win.IPopupItemProvider, Infragistics.Win.IUltraControl, Infragistics.Win.Peek.IPeekOwner 
public class UltraPeekPopup : Infragistics.Win.UltraComponentControlManagerBase, Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IPopupItem, Infragistics.Win.IPopupItemProvider, Infragistics.Win.IUltraControl, Infragistics.Win.Peek.IPeekOwner  
解説

UltraPeekPopup コンポーネントを使用すると、独立したピーク ウィンドウに任意の System.Windows.Forms.Control 派生クラスを表示できます。Content プロパティは、ピーク ウィンドウに表示するコントロールを指定するために使用します。

Show(Control,Rectangle,PeekLocation) メソッドを使用すると、ピーク ウィンドウを表示できます。このメソッドには、ピークの位置を制御するためのいくつかのオーバー読み込みが存在します。Close メソッドを使用すると、ピーク ウィンドウを非表示にできます。

静的メソッドである FromControl メンバーを使用すると、指定したコントロールを現在表示している UltraPeekPopup への参照を取得できます。

このクラスは、ピーク ウィンドウが開くとき (OpeningOpened)、および閉じるとき (Closed) に通知を提供するためのイベントを公開しています。

参照