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!

ValidatedControlConverter.GetStandardValuesExclusive

Gets whether or not the context specified contains exclusive standard values.

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

Parameters

context
A type descriptor that indicates the context to convert from.

Return Value

true if the specified context contains exclusive standard values, otherwise false.

See Also

ValidatedControlConverter Class | ValidatedControlConverter Members | System.Web.UI.WebControls Namespace