Returns a collection of property names for the control within a designer that implements System.ComponentModel.Design.IDesignerHost when provided with a format context.
- 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.
A System.ComponentModel.TypeConverter.StandardValuesCollection that contains a set of strings representing property names for the current control. If the current control is null, an empty collection is returned. If the context parameter is null, null is returned.
The ControlPropertyNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method returns a System.ComponentModel.TypeConverter.StandardValuesCollection collection that contains a set of strings representing the names of the current control's properties.
Use the context parameter to extract additional information about the design-time environment from which this converter is invoked. This parameter can be null, and properties on the context object can return null. If the context parameter is null, this method returns null.