NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormatControl.Value

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);

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace