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