A stripped down version of the MarkdownEditor class that is used for displaying various editable code snippets for the Code Editor as well as in various addins. Similar behavior and hookup, but doesn't include all the Markdown parsing features and uses a separate template that is simpler and less resource intensive.
If you need to use a code editor as part of an Addin this is the class to use. For a usage example, see the PasteCode.xaml form and code behind.
MarkdownMonster.MarkdownEditorSimple
public class MarkdownEditorSimple : object, IDisposable
Class Members
Member | Description | |
---|---|---|
Constructor |
||
Dispose |
public sealed void Dispose() |
|
BrowserInterop |
||
CurrentText |
||
InitialLanguage |
||
InitialValue |
||
IsDirtyAction |
Function that can be provided that receives Markdown updated when the document is dirty. | |
Model |
||
WebBrowser |
||
Window |
Requirements
Namespace: MarkdownMonsterAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic