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

描画に使用するSystem.Drawing.Graphicsの値。
パネルの境界線のSystem.Drawing.Rectangle
ControlSettingsオブジェクトにはコントロールの描画設定が含まれます。
パネルの境界線を描画します。
構文
Public Overrides Sub DrawPanelBorder( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal controlSettings As ControlSettings _
) 
public override void DrawPanelBorder( 
   Graphics graphics,
   Rectangle rectangle,
   ControlSettings controlSettings
)

パラメータ

graphics
描画に使用するSystem.Drawing.Graphicsの値。
rectangle
パネルの境界線のSystem.Drawing.Rectangle
controlSettings
ControlSettingsオブジェクトにはコントロールの描画設定が含まれます。
プラットフォーム

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

参照

SystemSkin クラス
SystemSkin メンバ

Send Feedback