Gets whether or not the specified context contains supported standard values.
[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;
true if the specified context conatins supported standard values, otherwise false.
ValidatedControlConverter Class | ValidatedControlConverter Members | System.Web.UI.WebControls Namespace