TextBox Class
- Inheritance:
- System.ObjectTextBox
Properties
Format
Gets or sets the text box formatting.
Property Value
The text box formatting.
Paragraphs
Gets the paragraphs contained in this text box.
public TextParagraphCollection Paragraphs { get; }
Public ReadOnly Property Paragraphs As TextParagraphCollection
Property Value
The paragraphs contained in this text box.
Shape
Property Value
Methods
AddParagraph()
Adds a new paragraph to the text box.
Returns
The paragraph added to the text box.
ToString()
Returns a System.String that represents this TextBox instance.
Returns
- System.String
A System.String that represents this TextBox instance.
Overrides
System.Object.ToString()