GrapeCity PlusPak for Windows Forms 10.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値。
参照

参照

StripSkin クラス
StripSkin メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.