Description
Returns the text status object for the selected format.
You can query all properties of the text status object. The list is available in the TextStatus Object chapter.
Syntax
Dim objTS = objFormat.DefaultTextStatus |
object
Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.
Example
Dim objFormat As Format = Ted.GetFormat
Dim objT = Ted.GetActiveTxt
objFormat.Id = objT.FormatId
Dim objTS = objFormat.DefaultTextStatus
Context
Property