PDF Creator Pilot documentation |
Download CHM version of this manual. |
|
![]() ![]() Collapse AllThis method sets the value indicating if the specified node subtree is expanded.
|
| SetOutlineExpanded ( LONG outlineNode, VARIANT_BOOL expanded ) |
Parameters
outlineNode
Number of the outline node
expanded
Determines whether the node is expanded (VARIANT_TRUE) or collapsed (VARIANT_FALSE)
Return value
VARIANT_TRUE if the node subtree is expanded, VARIANT_FALSE otherwise.
Remarks
The number of the outline node can be retrieved from any node creating method, such as AddOutlineAfter, AddOutlineChild, GetNextSiblingOutline, and so on.
See theĀ AddOutlineAfter method for examples.
See Also
Reference


