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

描画に使用するSystem.Drawing.Graphics
描画する閉じるボタンの境界を表すSystem.Drawing.Rectangle
ストリップの描画データを表すStripSettings
指定したStripSettingsを使用して、タブの閉じるボタンを描画します。
構文
Protected Overridable Sub DrawCloseButton( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal stripSettings As StripSettings _
) 
protected virtual void DrawCloseButton( 
   Graphics graphics,
   Rectangle rectangle,
   StripSettings stripSettings
)

パラメータ

graphics
描画に使用するSystem.Drawing.Graphics
rectangle
描画する閉じるボタンの境界を表すSystem.Drawing.Rectangle
stripSettings
ストリップの描画データを表すStripSettings
プラットフォーム

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

参照

StripSkin クラス
StripSkin メンバ

Send Feedback