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

描画に使用するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は描画する領域を示します。
System.Windows.Forms.DrawItemStateの値はアイコンの状態を示します。
コマンドアイコンを描画します。
構文
Protected Overridable Sub Paint( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal state As DrawItemState _
) 
protected virtual void Paint( 
   Graphics graphics,
   Rectangle rectangle,
   DrawItemState state
)

パラメータ

graphics
描画に使用するSystem.Drawing.Graphicsオブジェクト。
rectangle
System.Drawing.Rectangleの値は描画する領域を示します。
state
System.Windows.Forms.DrawItemStateの値はアイコンの状態を示します。
プラットフォーム

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

参照

CommandIcon クラス
CommandIcon メンバ

Send Feedback