Search
ShapeConverter.GetStandardValues Method
See Also
 





TypeConverter.GetStandardValues override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override TypeConverter.StandardValuesCollection GetStandardValues (
    ITypeDescriptorContext context
)

Visual Basic  Copy Code

Public Overrides Function GetStandardValues( _
    context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection

 Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.

 Return Value

A System.ComponentModel.TypeConverter.StandardValuesCollection that holds a standard set of valid values.

 See Also