[To be supplied.]
Gets a value indicating whether this object supports a standard set of values that can be picked from a list.
[Visual Basic] Overloads Public Function GetStandardValuesSupported() As Boolean
[C#] public bool GetStandardValuesSupported();
[C++] public: bool GetStandardValuesSupported();
[JScript] public function GetStandardValuesSupported() : Boolean;
Gets a value indicating whether this object supports a standard set of values that can be picked from a list.
[Visual Basic] Overloads Overridable Public Function GetStandardValuesSupported(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetStandardValuesSupported(ITypeDescriptorContext);
[C++] public: virtual bool GetStandardValuesSupported(ITypeDescriptorContext*);
[JScript] public function GetStandardValuesSupported(ITypeDescriptorContext) : Boolean;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace