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[];
references list of components that can be assigned to the type of the editor.
ReferenceEditor Class | ReferenceEditor Members | System.ComponentModel.Design Namespace