Search
ShapeConverter.GetStandardValuesSupported Method
See Also
 





TypeConverter.GetStandardValuesSupported override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool GetStandardValuesSupported (
    ITypeDescriptorContext context
)

Visual Basic  Copy Code

Public Overrides Function GetStandardValuesSupported( _
    context As ITypeDescriptorContext _
) As Boolean

 Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

 Return Value

Always returns true.

 See Also