_OlkTextBox.Value 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.
Returns or sets an Object that represents the content of the control. Read/write.
public:
property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
Default Public Property Value As Object
Property Value
Remarks
The value is the same as the value of Text, except that this property is Object and Text is strongly typed as String (string in C#).