PaddingsConverterCreateInstance Method |
Creates an instance of the type that this PaddingsConverter
is associated with, using the specified context, given a set of property
values for the object.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override Object CreateInstance(
ITypeDescriptorContext context,
IDictionary propertyValues
)
Public Overrides Function CreateInstance (
context As ITypeDescriptorContext,
propertyValues As IDictionary
) As Object
public:
virtual Object^ CreateInstance(
ITypeDescriptorContext^ context,
IDictionary^ propertyValues
) override
abstract CreateInstance :
context : ITypeDescriptorContext *
propertyValues : IDictionary -> Object
override CreateInstance :
context : ITypeDescriptorContext *
propertyValues : IDictionary -> Object
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context. - propertyValues
- Type: System.CollectionsIDictionary
An System.Collections.IDictionary of new property values.
Return Value
Type:
ObjectAn System.Object representing the given System.Collections.IDictionary, or
null if the object cannot be created.
See Also