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!

ReferenceEditor.Values

Retrieves the components on the form that can be assigned to the type of the editor.

[Visual Basic]
Overridable Public ReadOnly Property Values As Object ()
[C#]
public object[] Values {override get;}
[C++]
public: __property virtual Object* get_Values();
[JScript]
public function get Values() : Object[];

Property Value

references list of components that can be assigned to the type of the editor.

See Also

ReferenceEditor Class | ReferenceEditor Members | System.ComponentModel.Design Namespace