Table of Contents

Interface IFormDesignerTextSource

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents properties and methods for a Form Designer control's text.

public interface IFormDesignerTextSource

Properties

Text

When implemented by a class, gets or sets text source content as a single string with the individual strings delimited by carriage returns.

Methods

InsertText(TextInsertionOperation[])

When implemented by a class, performs number of text insertions defined in the specified operations.

LoadFile(string)

When implemented by a class, loads the contents of a text file into Text property.

ReplaceText(TextReplacementOperation[])

When implemented by a class, performs number of text replacements defined in the specified operations.

SaveFile(string)

When implemented by a class, saves IFormDesignerTextSource content to the specific file.