ITextObject.TextMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the mode in which we operate with this object's text. True means the text contains the entire definition of the object, false means that it contains only the body (so the header is defined trhough the parameter list and other properties).
public bool TextMode { get; set; }
member this.TextMode : bool with get, set
Public Property TextMode As Boolean