'Declaration 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 )
Parameters
- title
- The title of OutlineNode.
- dest
- The DestinationBase to be activated when this OutlineNode clicked.
- expanded
- The initial expanded state of OutlineNode.