FormSegment.text Method

Definition

Gets the current text of the segment.

public:
 virtual System::String ^ text();
public virtual string text ();
abstract member text : unit -> string
override this.text : unit -> string
Public Overridable Function text () As String

Returns

The current text of the segment.

Remarks

This method always returns the current text of the segment, even while it is being modified. To retrieve the last value that was persisted for the segment, use the value method.

Applies to