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

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

参照

TabRenderer クラス
TabRenderer メンバ

Send Feedback