The value of the RichControl. This is used with the Format property to format a string to push/pull into the Text property (if the Format property is null, this property sync's up with the Text property.)
[Visual Basic] Overridable Public Property Value As Object [C#] public object Value {virtual get; virtual set;} [C++] public: __property virtual Object* get_Value(); public: __property virtual void set_Value(Object*); [JScript] public function get Value() : Object; public function set Value(Object);
FormatControl Class | FormatControl Members | System.WinForms Namespace