PowerTools PlusPak for Windows Forms 8.0J
DrawBorder メソッド (VS2008TabRenderer)

描画するSystem.Drawing.Graphicsオブジェクト。
境界線の矩形を示すSystem.Drawing.Rectangle値。
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
タブの背景色を示すSystem.Drawing.Color値。
タブ境界線の前景色を示すSystem.Drawing.Color値。
RightToLeftレイアウトを使用したかどうかを示すbool値。
タブの境界線を描画します。
構文
Public Overrides Sub DrawBorder( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal alignment As TabAlignment, _
   ByVal backColor As Color, _
   ByVal foreColor As Color, _
   ByVal isRightToLeft As Boolean _
) 

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
rectangle
境界線の矩形を示すSystem.Drawing.Rectangle値。
alignment
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
backColor
タブの背景色を示すSystem.Drawing.Color値。
foreColor
タブ境界線の前景色を示すSystem.Drawing.Color値。
isRightToLeft
RightToLeftレイアウトを使用したかどうかを示すbool値。
プラットフォーム

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

参照

VS2008TabRenderer クラス
VS2008TabRenderer メンバ

Send Feedback