FormSegment.value Method

Definition

Overloads

value()

Gets the current value of the segment.

value(String)

value()

Gets the current value of the segment.

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

Returns

The current value of the segment.

Remarks

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

Applies to

value(String)

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

Parameters

_value
String

Returns

Applies to