GrapeCity PlusPak for Windows Forms 10.0J
DrawFocusRectangle メソッド (VS2005TabRenderer)

描画する 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 値。
参照

参照

VS2005TabRenderer クラス
VS2005TabRenderer メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.