PowerTools PlusPak for Windows Forms 8.0J
CustomControl プロパティ
使用例 

バルーンチップ内に表示するコントロールを取得または設定します。
構文
Public Property CustomControl As Control
public Control CustomControl {get; set;}

プロパティ値

チップテキストの下に表示されるカスタムSystem.Windows.Forms.Control
例外
例外解説
System.NotSupportedExceptionCustomControlでは、System.Windows.Forms.Form、およびSystem.Windows.Forms.Formから派生したコントロールはサポートされていません。
使用例
次のサンプルコードは、テキストボックスコントロール(TextBox1)に設定されているバルーンチップにリンクラベル(LinkLabel1)を追加する方法を示します。
GcBalloonTip1.GetBalloonTipInformation(TextBox1).CustomControl = LinkLabel1
gcBalloonTip1.GetBalloonTipInformation(TextBox1).CustomControl = linkLabel1;
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

BalloonTipInformation クラス
BalloonTipInformation メンバ

Send Feedback