PowerTools PlusPak for Windows Forms 8.0J
DrawFocusRectangle メソッド (VS2008TabRenderer)

描画する System.Drawing.Graphics オブジェクト。
フォーカスの矩形を示す System.Drawing.Rectangle 値。
タブの前景色を示す System.Drawing.Color 値。
タブの背景色を示す System.Drawing.Color 値。
タブのフォーカス矩形を描画します。
構文
Public Overrides Sub DrawFocusRectangle( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal foreColor As Color, _
   ByVal backColor As Color _
) 
public override void DrawFocusRectangle( 
   Graphics graphics,
   Rectangle rectangle,
   Color foreColor,
   Color backColor
)

パラメータ

graphics
描画する System.Drawing.Graphics オブジェクト。
rectangle
フォーカスの矩形を示す System.Drawing.Rectangle 値。
foreColor
タブの前景色を示す System.Drawing.Color 値。
backColor
タブの背景色を示す System.Drawing.Color 値。
プラットフォーム

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

参照

VS2008TabRenderer クラス
VS2008TabRenderer メンバ

Send Feedback