GetStandardValuesSupported

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override bool GetStandardValuesSupported(
	ITypeDescriptorContext context
)
Visual Basic
Public Overrides Function GetStandardValuesSupported ( _
	context As ITypeDescriptorContext _
) As Boolean
Visual C++
public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Return Value

See Also