PowerTools PlusPak for Windows Forms 8.0J
CheckItemSize メソッド (VS2008Skin)

ストリップの項目サイズを示すSystem.Drawing.Size値。
タブページのインデックスを示すint値。
ストリップの描画データを含むStripSettings値。
コントロールの描画設定を含むControlSettingsオブジェクト。
項目のサイズをチェックし、修正します。
構文
Public Overrides Sub CheckItemSize( _
   ByRef itemSize As Size, _
   ByVal tabIndex As Integer, _
   ByVal stripSettings As StripSettings, _
   ByVal controlSettings As ControlSettings _
) 
public override void CheckItemSize( 
   ref Size itemSize,
   int tabIndex,
   StripSettings stripSettings,
   ControlSettings controlSettings
)

パラメータ

itemSize
ストリップの項目サイズを示すSystem.Drawing.Size値。
tabIndex
タブページのインデックスを示すint値。
stripSettings
ストリップの描画データを含むStripSettings値。
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

参照

VS2008Skin クラス
VS2008Skin メンバ

Send Feedback