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

描画するSystem.Drawing.Graphicsオブジェクト。
タブのクライアント矩形を示すSystem.Drawing.Rectangle値。
タブのホットトラッキング効果を示すGrapeCity.Win.Containers.HotTrackEffect値。
ホットトラッキング効果を描画します。
構文
Protected Overridable Sub DrawHotTrackEffect( _
   ByVal graphics As Graphics, _
   ByVal focusRectangle As Rectangle, _
   ByVal hotTrackEffect As HotTrackEffect _
) 
protected 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

参照

StripSkin クラス
StripSkin メンバ

Send Feedback