ITextObject.TextMode Property

Definition

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

Property Value

Applies to