ExpandToggles Property (WordExporter)
In This Topic
Gets or sets a value indicating whether all items that can be toggled should render in their fully-expanded state. The default value is false.
Syntax
'Declaration
Public Property ExpandToggles As Boolean
public bool ExpandToggles {get; set;}
See Also