| TopicEditorWindowGetAllText Method |
This is used to get the current text from the editor
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public string GetAllText()
Public Function GetAllText As String
public:
String^ GetAllText()
member GetAllText : unit -> string
Return Value
Type:
StringAll of the text currently in the editor
See Also