Returns a list of possible values for the value editor's type. In order to display these values in a drop-down list, a property editor will typically call getTextFromValue() for each of the values in the list.
[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[];
RedirectValueEditor Class | RedirectValueEditor Members | System.WinForms.ComponentModel Namespace