| ContentLayoutEditorControlCurrentTopic Property |
This read-only property returns the current topic
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Topic CurrentTopic { get; }
Public ReadOnly Property CurrentTopic As Topic
Get
public:
property Topic^ CurrentTopic {
Topic^ get ();
}
member CurrentTopic : Topic with get
Property Value
Type:
TopicIf no topic is selected, it returns null
See Also