Click or drag to resize
Sandcastle Help File BuilderSiteMapEditorControlCurrentTopic Property
This read-only property returns the current topic

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public TocEntry CurrentTopic { get; }

Property Value

Type: TocEntry
If no topic is selected, it returns null
See Also