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!

AccessibleObject.Value

Gets or sets the value of an accessible object.

[Visual Basic]
Overridable Public Property Value As String
[C#]
public string Value {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Value();
public: __property virtual void set_Value(String*);
[JScript]
public function get Value() : String;
public function set Value(String);

Property Value

The value of an accessible object.

Remarks

If this property is a null reference (in Visual Basic Nothing) and the accessible object represents a system control, the system control provides the value.

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | Help | KeyboardShortcut | Name | Parent | Role | State