MESCIUS SPREAD for Windows Forms 17.0J
GetNextBlock メソッド

前のブロックのアクセスキー。
ブロックの開始インデックス。
ブロックの終了インデックス。
ブロックのグループレベル。
trueに設定すると、対応するグループが折りたたまれます。 それ以外の場合はfalse
アウトラインで指定されたアクセスキーの次のブロックを取得します。
構文
'Declaration
 
Public Function GetNextBlock( _
   ByVal key As Integer, _
   ByRef blockIndex As Integer, _
   ByRef blockIndex2 As Integer, _
   ByRef level As Integer, _
   ByRef collapsed As Boolean _
) As Integer
public int GetNextBlock( 
   int key,
   out int blockIndex,
   out int blockIndex2,
   out int level,
   out bool collapsed
)

パラメータ

key
前のブロックのアクセスキー。
blockIndex
ブロックの開始インデックス。
blockIndex2
ブロックの終了インデックス。
level
ブロックのグループレベル。
collapsed
trueに設定すると、対応するグループが折りたたまれます。 それ以外の場合はfalse

戻り値の型

現在のブロックのアクセスキーを表す整数値。 その後ブロックがなくなった場合はSystem.Int32.MaxValue
参照

Outline クラス
Outline メンバ

 

 


© MESCIUS inc. All rights reserved.