Interface ICanCommentOut
- Assembly
- Loehnert.Lisrt.Scripting.dll
Interface for a document, to comment out the selected text.
public interface ICanCommentOut
Methods
CommentOutSelectedLines()
Comments the selected lines out.
void CommentOutSelectedLines()
UnCommentSelectedLines()
Uncomments the selected lines.
void UnCommentSelectedLines()