FormSegment.value Method
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.
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