TextPane Members
Include Protected Members
Include Inherited Members
Represents a pane within a text editor window.
The TextPane type exposes the following members.
Methods
Name
Description
Moves the focus to the current item.
Returns a value indicating whether the character or specified characters are visible in the text pane.
Adjusts the location of the view in the text buffer so that the indicated range of text is shown in the text pane, if possible. You can control where in the pane the text displays.
Top
Properties
Name
Description
Gets the collection containing the TextPane object supporting this property.
Gets the top-level extensibility object.
Gets the height of the text pane in character units.
Gets an object representing the current selection on the TextPane object.
Gets the TextPoint object representing the first displayed character of the pane.
Gets the width of the pane in character units.
Gets the Window object that contains the pane.
Top