PowerTools PlusPak for Windows Forms 8.0J
DrawControlBackground メソッド (ImageSkin)

描画に使用するSystem.Drawing.Graphicsの値。
コントロールのSystem.Drawing.Rectangleの値。
ControlSettingsオブジェクトにはコントロールの描画設定が含まれます。
コントロールの背景を描画します。
構文
Public Overrides Sub DrawControlBackground( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal controlSettings As ControlSettings _
) 
public override void DrawControlBackground( 
   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

参照

ImageSkin クラス
ImageSkin メンバ

Send Feedback