ColorConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework 3.0
Determines if this object supports a standard set of values that can be chosen from a list.
Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
public: virtual bool GetStandardValuesSupported ( ITypeDescriptorContext^ context ) override
public boolean GetStandardValuesSupported ( ITypeDescriptorContext context )
public override function GetStandardValuesSupported ( context : ITypeDescriptorContext ) : boolean
Not applicable.
Parameters
- context
A TypeDescriptor through which additional context can be provided.
Return Value
true if GetStandardValues must be called to find a common set of values the object supports; otherwise, false.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: