PowerTools PlusPak for Windows Forms 8.0J
DrawButton メソッド (StandardNavigatorRenderer)

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
System.Drawing.Colorの値は背景色を示します。
System.Drawing.Colorの値は前景色を示します。
指定したスタイルのボタンを描画します。
構文
Public Overrides Sub DrawButton( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
) 
public override void DrawButton( 
   Graphics graphics,
   Rectangle rectangle,
   Color backColor,
   Color foreColor
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
rectangle
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
backColor
System.Drawing.Colorの値は背景色を示します。
foreColor
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

参照

StandardNavigatorRenderer クラス
StandardNavigatorRenderer メンバ

Send Feedback