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

描画するSystem.Drawing.Graphicsオブジェクト。
フォーカスの矩形を示すSystem.Drawing.Rectangle値。
タブの前景色を示すSystem.Drawing.Color値。
タブの背景色を示すSystem.Drawing.Color値。
タブのフォーカス矩形を描画します。
構文
Protected Overridable Sub DrawFocusRectangle( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal foreColor As Color, _
   ByVal backColor As Color _
) 
protected virtual 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

参照

StripSkin クラス
StripSkin メンバ

Send Feedback