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

描画に使用するSystem.Drawing.Graphicsオブジェクト。
パネル境界線の境界を示すSystem.Drawing.Rectangle
境界線の背景色を示すSystem.Drawing.Color
境界線の色を示すSystem.Drawing.Color
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
特定のグラフィックにフラットスタイルのパネル境界線を描画します。
構文
Public Overrides Sub DrawPanelBorder( _
   ByVal graphics As Graphics, _
   ByVal panelBorder As Rectangle, _
   ByVal backColor As Color, _
   ByVal borderColor As Color, _
   ByVal alignment As TabAlignment _
) 

パラメータ

graphics
描画に使用するSystem.Drawing.Graphicsオブジェクト。
panelBorder
パネル境界線の境界を示すSystem.Drawing.Rectangle
backColor
境界線の背景色を示すSystem.Drawing.Color
borderColor
境界線の色を示すSystem.Drawing.Color
alignment
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
プラットフォーム

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