SkinIDTypeConverter.GetStandardValues(ITypeDescriptorContext) Method

Definition

Returns a set of SkinID objects that can be applied to the control that is represented by the given format context.

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context that represents the control being designed. context or properties of context can be null.

Returns

A TypeConverter.StandardValuesCollection that holds a set of SkinID objects; otherwise, null, if the control does not support skins.

Applies to

See also