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!

TypeConverter.GetStandardValuesSupported

[To be supplied.]

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace