Solid Edge FrameworkSupport Type Library
Characters Property
Description
Sets and returns character data for the referenced TextEdit object.
Property type
Read-write property
Syntax
Visual Basic
Public Property Characters As String
Remarks
The TextEdit object always has an insert index or an active selection set; setting the text inserts the new data at the current insertion index, or, if there is an active selection set, it is replaced with the new data.
See Also

TextEdit Object  | TextEdit Members

Send comments on this topic.