[]
Represents the viewer's table of contents panel properties.
public sealed class TocPanel : SidebarPanel, IDisposable
Name | Description |
---|---|
EnabledProperty | Identifies the Enabled dependency property. |
ExpandedProperty | Identifies the Expanded dependency property. |
VisibleProperty | Identifies the Visible dependency property. |
Name | Description |
---|---|
Enabled | Gets or sets a value indicating whether the viewer's table of contents panel is enabled. |
EnabledRuntime | Gets or sets a value indicating whether the panel is enabled at runtime. |
Expanded | Gets or sets a value indicating whether the TOC panel is expanded. |
SelectedItem | Gets the currently selected item in the table of contents. |
Text | Gets or sets the text of the panel. |
Visible | Gets or sets a value indicating whether the viewer's table of contents panel is visible. |
VisibleRuntime | Gets or sets a value indicating whether the panel is visible at runtime. |
Name | Description |
---|---|
Clear() | Clears the panel. |
Dispose() | Disposes this instance. |
Refresh() | Refreshes the panel. |