PowerTools PlusPak for Windows Forms 8.0J
DrawEndLine メソッド

描画に使用するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
最初と最後のボタンのエンドラインを描画します。
構文
Protected Sub DrawEndLine( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle _
) 
protected void DrawEndLine( 
   Graphics graphics,
   Rectangle rectangle
)

パラメータ

graphics
描画に使用するSystem.Drawing.Graphicsオブジェクト。
rectangle
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
プラットフォーム

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

参照

SystemNavigatorRenderer クラス
SystemNavigatorRenderer メンバ

Send Feedback