PowerTools PlusPak for Windows Forms 8.0J
SetItem メソッド (CalendarNoteStyleCollection)

置き換えるメモスタイルの 0 から始まるインデックス。
指定したインデックスにあるメモスタイルの新しい値。
CalendarNoteStyleCollection の指定したインデックスにあるメモスタイルを置き換えます。
構文
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As NoteStyle _
) 
protected override void SetItem( 
   int index,
   NoteStyle item
)

パラメータ

index
置き換えるメモスタイルの 0 から始まるインデックス。
item
指定したインデックスにあるメモスタイルの新しい値。
プラットフォーム

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

参照

CalendarNoteStyleCollection クラス
CalendarNoteStyleCollection メンバ

Send Feedback