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

ストリップの項目サイズを示す 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

参照

OneNote2010Skin クラス
OneNote2010Skin メンバ

Send Feedback