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!

KeysConverter.GetStandardValuesSupported

Determines if this object supports a standard set of values that can be picked from a list.

[Visual Basic]
Overrides Public Function GetStandardValuesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
[C#]
public override bool GetStandardValuesSupported(
   ITypeDescriptorContext context
);
[C++]
public: override bool GetStandardValuesSupported(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetStandardValuesSupported(
   context : ITypeDescriptorContext
) : Boolean;

Parameters

context
A type descriptor through which additional context may be provided.

Return Value

Returns true if GetStandardValues should be called to find a common set of values the object supports.

See Also

KeysConverter Class | KeysConverter Members | System.WinForms Namespace