'Declaration 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 )
Parameters
- title
- The title of OutlineNode.
- action
- The GrapeCity.Documents.Pdf.Actions.ActionBase to be activated when this OutlineNode clicked.
- expanded
- The initial expanded state of OutlineNode.