| TopicPreviewerControlCurrentTopic Property |
This read-only property returns the currently selected topic
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public TocEntry CurrentTopic { get; }
Public ReadOnly Property CurrentTopic As TocEntry
Get
public:
property TocEntry^ CurrentTopic {
TocEntry^ get ();
}
member CurrentTopic : TocEntry with get
Property Value
Type:
TocEntrySee Also