PowerTools PlusPak for Windows Forms 8.0J
UseVisualStyleBackColor プロパティ (BalloonTipInformation)

ビジュアルスタイルを使用してバルーンチップの背景を描画するかどうかを取得または設定します。
構文
Public Property UseVisualStyleBackColor As Boolean
public bool UseVisualStyleBackColor {get; set;}

プロパティ値

ビジュアルスタイルを使用して背景を描画する場合はtrue、それ以外の場合はfalse
解説
このプロパティがtrue の場合はOSのスタイルに沿って描画されます。このとき、BackColor と GriendEffect プロパティの設定は無効になります。
BackColor と GriendEffect プロパティの設定を有効にする場合は、このプロパティを false に設定します。
プラットフォーム

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