'宣言 Public Function New( _ ByVal title As System.String, _ ByVal dest As DestinationBase, _ Optional ByVal expanded As System.Boolean _ )
public OutlineNode( System.string title, DestinationBase dest, System.bool expanded )
パラメータ
- title
- OutlineNodeのタイトル。
- dest
- この OutlineNode がクリックされたときにアクティブになる DestinationBase。
- expanded
- OutlineNodeの初期展開状態。