PowerTools PlusPak for Windows Forms 8.0J
DrawHotTrackEffect メソッド (TabRenderer)

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値はタブのクライアント矩形を示します。
GrapeCity.Win.Containers.HotTrackEffectの値はタブのホットトラッキング効果を示します。
ホットトラッキング効果を描画します。
構文
Public Overridable Sub DrawHotTrackEffect( _
   ByVal graphics As Graphics, _
   ByVal focusRectangle As Rectangle, _
   ByVal hotTrackEffect As HotTrackEffect _
) 
public virtual void DrawHotTrackEffect( 
   Graphics graphics,
   Rectangle focusRectangle,
   HotTrackEffect hotTrackEffect
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
focusRectangle
System.Drawing.Rectangleの値はタブのクライアント矩形を示します。
hotTrackEffect
GrapeCity.Win.Containers.HotTrackEffectの値はタブのホットトラッキング効果を示します。
プラットフォーム

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

参照

TabRenderer クラス
TabRenderer メンバ

Send Feedback